Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/
Date: Thu, 30 Jun 2022 06:01:16
Message-Id: 1656568802.b7324e1773240c86b267b5086afed0dae91d1144.cybertailor@gentoo
1 commit: b7324e1773240c86b267b5086afed0dae91d1144
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 19:20:52 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Jun 30 06:00:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7324e17
7
8 nimble.eclass: force ninja
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 eclass/nimble.eclass | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass
16 index 177a2fbd4..1a6dc24af 100644
17 --- a/eclass/nimble.eclass
18 +++ b/eclass/nimble.eclass
19 @@ -51,6 +51,12 @@ if [[ ! ${_NIMBLE_ECLASS} ]]; then
20 # Build directory, location where all generated files should be placed.
21 # If this isn't set, it defaults to ${WORKDIR}/${P}-build.
22
23 +# @ECLASS_VARIABLE: NINJA
24 +# @INTERNAL
25 +# @DESCRIPTION:
26 +# Force ninja because samu doesn't work correctly.
27 +NINJA="ninja"
28 +
29 inherit edo nim-utils ninja-utils
30
31 BDEPEND="${NINJA_DEPEND}