commit:     bb912a87ffbad30352a2ee689e222daa55adcdcd
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May  8 16:31:32 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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}

Reply via email to