Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/
Date: Thu, 30 Jun 2022 17:39:45
Message-Id: 1656568804.9228cc58d0ff44a3c82fee30c56fbf9d4aae540e.flow@gentoo
1 commit: 9228cc58d0ff44a3c82fee30c56fbf9d4aae540e
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 20:26:52 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 06:00:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9228cc58
7
8 nimble.eclass: drop edo
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 eclass/nimble.eclass | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass
16 index 60bd28689..4c80bd2a9 100644
17 --- a/eclass/nimble.eclass
18 +++ b/eclass/nimble.eclass
19 @@ -57,7 +57,7 @@ if [[ ! ${_NIMBLE_ECLASS} ]]; then
20 # Force ninja because samu doesn't work correctly.
21 NINJA="ninja"
22
23 -inherit edo nim-utils ninja-utils
24 +inherit nim-utils ninja-utils
25
26 BDEPEND="${NINJA_DEPEND}
27 dev-lang/nim
28 @@ -138,7 +138,9 @@ nimble_src_configure() {
29 "${mynimargs[@]}"
30 )
31
32 - edo nimbus "${nimbusargs[@]}" "${S}" "${BUILD_DIR}"
33 + set -- nimbus "${nimbusargs[@]}" "${S}" "${BUILD_DIR}"
34 + echo "${@}" >&2
35 + "${@}" || die "${*} failed"
36 }
37
38 # @FUNCTION: nimble_build