From 47f2165f2a6d508043fcaef37bb94d36ca4eaf10 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 25 Jun 2022 20:57:08 +0500 Subject: [PATCH] boinc.eclass: use edo eclass Signed-off-by: Anna (cybertailor) Vyalkova --- eclass/boinc.eclass | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/boinc.eclass b/eclass/boinc.eclass index cf5cd8515f..73aa24fe72 100644 --- a/eclass/boinc.eclass +++ b/eclass/boinc.eclass @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: boinc.eclass @@ -34,7 +34,7 @@ esac if [[ ! ${_BOINC_ECLASS} ]]; then -inherit autotools toolchain-funcs +inherit autotools edo toolchain-funcs fi @@ -199,8 +199,7 @@ boinc_src_configure() { boinc_builddir_check pushd "${BOINC_BUILD_DIR}" >/dev/null || die - bash ./generate_svn_version.sh || \ - die "generating svn_version.h failed" + edo bash ./generate_svn_version.sh if [[ ${_BOINC_RUN_AUTOTOOLS} ]]; then econf "${_BOINC_ECONF_ARGS[@]}"