summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-13 20:03:31 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-13 20:03:31 +0000
commit863cd79cc14d53c6a62d37aaedbe58c310919b65 (patch)
tree69f7dcdfa062f7a3ed8db9fa607fa856190f2835 /dev-libs/gmp/gmp-4.3.2.ebuild
parentConvert gmp[-nocxx] to gmp[cxx]. (diff)
downloadgentoo-2-863cd79cc14d53c6a62d37aaedbe58c310919b65.tar.gz
gentoo-2-863cd79cc14d53c6a62d37aaedbe58c310919b65.tar.bz2
gentoo-2-863cd79cc14d53c6a62d37aaedbe58c310919b65.zip
Convert USE=nocxx to USE=cxx.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gmp/gmp-4.3.2.ebuild')
-rw-r--r--dev-libs/gmp/gmp-4.3.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/gmp/gmp-4.3.2.ebuild b/dev-libs/gmp/gmp-4.3.2.ebuild
index c53adc47ec71..e3a8a1342118 100644
--- a/dev-libs/gmp/gmp-4.3.2.ebuild
+++ b/dev-libs/gmp/gmp-4.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.3.2.ebuild,v 1.10 2011/10/03 15:31:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.3.2.ebuild,v 1.11 2011/11/13 20:03:31 vapier Exp $
inherit flag-o-matic eutils libtool toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nocxx" #doc
+IUSE="cxx" #doc
DEPEND="sys-devel/m4"
RDEPEND=""
@@ -51,7 +51,7 @@ src_compile() {
--localstatedir=/var/state/gmp \
--disable-mpfr \
--disable-mpbsd \
- $(use_enable !nocxx cxx) \
+ $(use_enable cxx) \
|| die "configure failed"
emake || die "emake failed"