commit: ed908a156e861cb926bffc32449f619262f75b46 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 20:21:03 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 20:21:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed908a15
sci-misc/boinc: need-wxwidgets -> setup-wxwidgets Closes: https://github.com/gentoo/gentoo/pull/20254 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-misc/boinc/boinc-7.14.2.ebuild | 5 ++--- sci-misc/boinc/boinc-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-misc/boinc/boinc-7.14.2.ebuild b/sci-misc/boinc/boinc-7.14.2.ebuild index 9377eb9ee4e..51e1970735b 100644 --- a/sci-misc/boinc/boinc-7.14.2.ebuild +++ b/sci-misc/boinc/boinc-7.14.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -92,11 +92,10 @@ src_prepare() { sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed" eautoreconf - - use X && need-wxwidgets unicode } src_configure() { + use X && setup-wxwidgets unicode econf --disable-server \ --enable-client \ --enable-dynamic-client-linkage \ diff --git a/sci-misc/boinc/boinc-9999.ebuild b/sci-misc/boinc/boinc-9999.ebuild index 0d45457bf43..c47d056ff11 100644 --- a/sci-misc/boinc/boinc-9999.ebuild +++ b/sci-misc/boinc/boinc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -92,11 +92,10 @@ src_prepare() { sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed" eautoreconf - - use X && need-wxwidgets unicode } src_configure() { + use X && setup-wxwidgets unicode econf --disable-server \ --enable-client \ --enable-dynamic-client-linkage \
