diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-14 22:17:29 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-14 22:17:29 +0000 |
commit | 39d937a0feb6af576c2c751e44afce92452960d7 (patch) | |
tree | 3881fb859fb9349b0aa7152057bfe132f9e986e0 /sys-devel/binutils/binutils-9999.ebuild | |
parent | dev-python/psycopg: stable 2.7.4 for hppa, bug #659660 (diff) | |
download | gentoo-39d937a0feb6af576c2c751e44afce92452960d7.tar.gz gentoo-39d937a0feb6af576c2c751e44afce92452960d7.tar.bz2 gentoo-39d937a0feb6af576c2c751e44afce92452960d7.zip |
sys-devel/binutils: temporary restore transitional IUSE=+cxx flag
Temporary restore IUSE=+cxx to help llvm. IUSE=+cxx will still go
away soon.
Reported-by: Johannes Hirte
Bug: https://bugs.gentoo.org/677888
Bug: https://bugs.gentoo.org/663776
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils/binutils-9999.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 7debbc5c53e4..8b89c6e8abe6 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -8,8 +8,10 @@ inherit eutils libtool flag-o-matic gnuconfig multilib versionator DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" LICENSE="GPL-3+" -IUSE="default-gold doc +gold multitarget +nls +plugins static-libs test" -REQUIRED_USE="default-gold? ( gold )" +# 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 )" # Variables that can be set here: # PATCH_VER - the patchset version |