diff options
author | David Seifert <soap@gentoo.org> | 2021-04-04 22:21:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-04 22:21:03 +0200 |
commit | ed908a156e861cb926bffc32449f619262f75b46 (patch) | |
tree | 677ada0210d83de3a9deb6d15d7f451ccf901701 /sci-misc | |
parent | sci-libs/mathgl: need-wxwidgets -> setup-wxwidgets (diff) | |
download | gentoo-ed908a156e861cb926bffc32449f619262f75b46.tar.gz gentoo-ed908a156e861cb926bffc32449f619262f75b46.tar.bz2 gentoo-ed908a156e861cb926bffc32449f619262f75b46.zip |
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@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/boinc-7.14.2.ebuild | 5 | ||||
-rw-r--r-- | 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 9377eb9ee4ed..51e1970735b3 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 0d45457bf43c..c47d056ff117 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 \ |