diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-13 20:38:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-13 20:38:10 +0000 |
commit | e612a12aad8079421ce4c50c6c1b0643903e2411 (patch) | |
tree | 4832deae9bb8d5c90497fb57ffca256db88fb403 /sys-libs/db/db-4.7.25_p4.ebuild | |
parent | Version bump. (diff) | |
download | historical-e612a12aad8079421ce4c50c6c1b0643903e2411.tar.gz historical-e612a12aad8079421ce4c50c6c1b0643903e2411.tar.bz2 historical-e612a12aad8079421ce4c50c6c1b0643903e2411.zip |
Convert USE=nocxx to USE=cxx.
Package-Manager: portage-2.2.0_alpha74/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/db/db-4.7.25_p4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.7.25_p4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild index a4498043f8e6..6af9f1548566 100644 --- a/sys-libs/db/db-4.7.25_p4.ebuild +++ b/sys-libs/db/db-4.7.25_p4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.13 2010/01/24 18:29:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.14 2011/11/13 20:38:10 vapier Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool @@ -27,7 +27,7 @@ done LICENSE="OracleDB" SLOT="4.7" KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="doc java nocxx tcl test" +IUSE="doc java cxx tcl test" # the entire testsuite needs the TCL functionality DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) @@ -119,7 +119,7 @@ src_compile() { --enable-rpc \ $(use arm && echo --with-mutex=ARM/gcc-assembly) \ $(use amd64 && echo --with-mutex=x86/gcc-assembly) \ - $(use_enable !nocxx cxx) \ + $(use_enable cxx) \ $(use_enable java) \ ${myconf} \ $(use_enable test) \ |