diff options
Diffstat (limited to 'dev-libs/gmp/gmp-5.0.2_p1.ebuild')
-rw-r--r-- | dev-libs/gmp/gmp-5.0.2_p1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/gmp/gmp-5.0.2_p1.ebuild b/dev-libs/gmp/gmp-5.0.2_p1.ebuild index bfecb3ad0691..5156f5160e05 100644 --- a/dev-libs/gmp/gmp-5.0.2_p1.ebuild +++ b/dev-libs/gmp/gmp-5.0.2_p1.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-5.0.2_p1.ebuild,v 1.2 2011/10/03 15:31:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild,v 1.3 2011/11/13 20:03:31 vapier Exp $ inherit flag-o-matic eutils libtool toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_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="doc nocxx static-libs" +IUSE="doc cxx static-libs" DEPEND="sys-devel/m4" RDEPEND="" @@ -67,7 +67,7 @@ src_compile() { econf \ --localstatedir=/var/state/gmp \ --disable-mpbsd \ - $(use_enable !nocxx cxx) \ + $(use_enable cxx) \ $(use_enable static-libs static) \ || die |