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: Sat, 25 Jun 2022 17:43:28
Message-Id: 1656178936.47f2165f2a6d508043fcaef37bb94d36ca4eaf10.cybertailor@gentoo
1 commit: 47f2165f2a6d508043fcaef37bb94d36ca4eaf10
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sat Jun 25 15:57:08 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sat Jun 25 17:42:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47f2165f
7
8 boinc.eclass: use edo eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 eclass/boinc.eclass | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/eclass/boinc.eclass b/eclass/boinc.eclass
16 index cf5cd8515..73aa24fe7 100644
17 --- a/eclass/boinc.eclass
18 +++ b/eclass/boinc.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: boinc.eclass
25 @@ -34,7 +34,7 @@ esac
26
27 if [[ ! ${_BOINC_ECLASS} ]]; then
28
29 -inherit autotools toolchain-funcs
30 +inherit autotools edo toolchain-funcs
31
32 fi
33
34 @@ -199,8 +199,7 @@ boinc_src_configure() {
35 boinc_builddir_check
36 pushd "${BOINC_BUILD_DIR}" >/dev/null || die
37
38 - bash ./generate_svn_version.sh || \
39 - die "generating svn_version.h failed"
40 + edo bash ./generate_svn_version.sh
41
42 if [[ ${_BOINC_RUN_AUTOTOOLS} ]]; then
43 econf "${_BOINC_ECONF_ARGS[@]}"