diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-16 23:41:37 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-16 23:41:52 +0100 |
commit | 48f035ccb412623089cb32fa503f783a9c232a2b (patch) | |
tree | 92c7ef9909695fe24ec03d6587155251ad642506 /sys-devel | |
parent | media-plugins/kodi-pvr-hts: 4.4.18 version bump (diff) | |
download | gentoo-48f035ccb412623089cb32fa503f783a9c232a2b.tar.gz gentoo-48f035ccb412623089cb32fa503f783a9c232a2b.tar.bz2 gentoo-48f035ccb412623089cb32fa503f783a9c232a2b.zip |
sys-devel/binutils: drop USE="cxx" for USE="gold plugins"
Change live ebuild only to pick it for next binutils release.
Reported-by: Dirkjan Ochtman
Bug: https://bugs.gentoo.org/663776
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 80a41f81b29a..ac40bd24d645 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -8,10 +8,8 @@ inherit eutils libtool flag-o-matic gnuconfig multilib versionator DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" LICENSE="GPL-3+" -# USE="+cxx" is a transitional flag until llvm migrates to new flags: -# bug #677888 -IUSE="+cxx default-gold doc +gold multitarget +nls +plugins static-libs test" -REQUIRED_USE="cxx? ( gold plugins ) default-gold? ( gold )" +IUSE="default-gold doc +gold multitarget +nls +plugins static-libs test" +REQUIRED_USE="default-gold? ( gold )" # Variables that can be set here: # PATCH_VER - the patchset version |