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 | a71a2fb0a8e6282390376e039056ec498c2fe342 (patch) | |
tree | 860fde26d58b77acb8685e120dbca5e436eb944b /sys-libs/db/db-4.4.20_p4.ebuild | |
parent | arm stable, bug #388763 (diff) | |
download | gentoo-2-a71a2fb0a8e6282390376e039056ec498c2fe342.tar.gz gentoo-2-a71a2fb0a8e6282390376e039056ec498c2fe342.tar.bz2 gentoo-2-a71a2fb0a8e6282390376e039056ec498c2fe342.zip |
Convert USE=nocxx to USE=cxx.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/db/db-4.4.20_p4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.4.20_p4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/db/db-4.4.20_p4.ebuild b/sys-libs/db/db-4.4.20_p4.ebuild index 0676eaa42609..d8e3dc2f44e6 100644 --- a/sys-libs/db/db-4.4.20_p4.ebuild +++ b/sys-libs/db/db-4.4.20_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.4.20_p4.ebuild,v 1.10 2010/05/27 01:08:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.11 2011/11/13 20:38:10 vapier Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 @@ -28,7 +28,7 @@ done LICENSE="OracleDB BSD" SLOT="4.4" KEYWORDS="~amd64 ~arm ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="tcl java doc nocxx" +IUSE="tcl java doc cxx" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) java? ( >=virtual/jdk-1.4 ) @@ -60,7 +60,7 @@ src_compile() { use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly" - myconf="${myconf} $(use_enable !nocxx cxx)" + myconf="${myconf} $(use_enable cxx)" use tcl \ && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ |