summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-03-26 21:47:08 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-26 21:47:32 +0000
commitf8afd2fe54481894dd5f0b20219bfca0ae922e63 (patch)
treeaef15f95e938812a98808aae1f298ce1d9488ba8 /dev-libs/gmp/gmp-6.1.2-r1.ebuild
parentsys-apps/flashrom: make the USE=tools description more useful (diff)
downloadgentoo-f8afd2fe54481894dd5f0b20219bfca0ae922e63.tar.gz
gentoo-f8afd2fe54481894dd5f0b20219bfca0ae922e63.tar.bz2
gentoo-f8afd2fe54481894dd5f0b20219bfca0ae922e63.zip
dev-libs/gmp: enable IUSE=+cxx by default, bug #714928
Reported-by: Andreas Sturmlechner Closes: https://bugs.gentoo.org/714928 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/gmp/gmp-6.1.2-r1.ebuild')
-rw-r--r--dev-libs/gmp/gmp-6.1.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gmp/gmp-6.1.2-r1.ebuild b/dev-libs/gmp/gmp-6.1.2-r1.ebuild
index b26356aa24f4..775f3a270fc0 100644
--- a/dev-libs/gmp/gmp-6.1.2-r1.ebuild
+++ b/dev-libs/gmp/gmp-6.1.2-r1.ebuild
@@ -19,7 +19,7 @@ LICENSE="|| ( LGPL-3+ GPL-2+ )"
# The subslot reflects the C & C++ SONAMEs.
SLOT="0/10.4"
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+asm doc cxx pic static-libs"
+IUSE="+asm doc +cxx pic static-libs"
DEPEND="sys-devel/m4
app-arch/xz-utils"