From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94AA4158CBB for ; Mon, 8 May 2023 16:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 625BFE0855; Mon, 8 May 2023 16:45:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4ADF0E0855 for ; Mon, 8 May 2023 16:45:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D3D3340BDE for ; Mon, 8 May 2023 16:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1A7A63 for ; Mon, 8 May 2023 16:45:35 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1683563492.bb912a87ffbad30352a2ee689e222daa55adcdcd.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/nimble.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: bb912a87ffbad30352a2ee689e222daa55adcdcd X-VCS-Branch: dev Date: Mon, 8 May 2023 16:45:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a5c849c-89e9-4928-9aae-4deccea0835a X-Archives-Hash: 00fcc5cc99e3f9ae3ca5f1822d4c944f commit: bb912a87ffbad30352a2ee689e222daa55adcdcd Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 8 16:31:32 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 8 16:31:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb912a87 nimble.eclass: force ninja again Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/nimble.eclass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass index 410b94932..a393ee263 100644 --- a/eclass/nimble.eclass +++ b/eclass/nimble.eclass @@ -58,6 +58,12 @@ if [[ ! ${_NIMBLE_ECLASS} ]]; then # Build directory, location where all generated files should be placed. # If this isn't set, it defaults to ${WORKDIR}/${P}-build. +# @ECLASS_VARIABLE: NINJA +# @INTERNAL +# @DESCRIPTION: +# Force ninja because samu doesn't work correctly ('-n' flag is required). +NINJA="ninja" + inherit nim-utils ninja-utils BDEPEND="${NINJA_DEPEND}