summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-02-14 22:17:29 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-02-14 22:17:29 +0000
commit39d937a0feb6af576c2c751e44afce92452960d7 (patch)
tree3881fb859fb9349b0aa7152057bfe132f9e986e0
parentdev-python/psycopg: stable 2.7.4 for hppa, bug #659660 (diff)
downloadgentoo-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>
-rw-r--r--sys-devel/binutils/binutils-2.31.1-r4.ebuild6
-rw-r--r--sys-devel/binutils/binutils-9999.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
index 841412c05e25..367c124577d1 100644
--- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
+++ b/sys-devel/binutils/binutils-2.31.1-r4.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
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