diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-14 17:15:23 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-14 17:31:02 +0100 |
commit | ecaab8ce7ebe411128c111ac2539ee9270c54715 (patch) | |
tree | 82fada02b957ba15f0c69b09b64ebb55e5baf115 /sys-devel/binutils | |
parent | media-plugins/gst-plugins-pulse: restore libpulse change (diff) | |
download | gentoo-ecaab8ce7ebe411128c111ac2539ee9270c54715.tar.gz gentoo-ecaab8ce7ebe411128c111ac2539ee9270c54715.tar.bz2 gentoo-ecaab8ce7ebe411128c111ac2539ee9270c54715.zip |
sys-devel/binutils: drop default-gold useflag in 9999
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 7897167274ed..9f4fe6d456ab 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -9,8 +9,7 @@ DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" LICENSE="GPL-3+" -IUSE="cet default-gold doc gold gprofng multitarget +nls pgo +plugins static-libs test vanilla zstd" -REQUIRED_USE="default-gold? ( gold )" +IUSE="cet doc gold gprofng multitarget +nls pgo +plugins static-libs test vanilla zstd" # Variables that can be set here (ignored for live ebuilds) # PATCH_VER - the patchset version @@ -190,9 +189,6 @@ src_configure() { # enable gold (installed as ld.gold) and ld's plugin architecture if use gold ; then myconf+=( --enable-gold ) - if use default-gold; then - myconf+=( --enable-gold=default ) - fi fi if use nls ; then |