diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-14 12:54:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-14 12:54:49 +0000 |
commit | 51873d510c60190a4ff0202bed2539b167517f67 (patch) | |
tree | 94ad99a26216d5fbc5d0171b1f845550116253ca /sys-libs/db/db-4.4.20_p4.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-51873d510c60190a4ff0202bed2539b167517f67.tar.gz historical-51873d510c60190a4ff0202bed2539b167517f67.tar.bz2 historical-51873d510c60190a4ff0202bed2539b167517f67.zip |
Drop remaining USE=bootstrap usage #256439.
Package-Manager: portage-2.2_rc25/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 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-libs/db/db-4.4.20_p4.ebuild b/sys-libs/db/db-4.4.20_p4.ebuild index 1043239bab36..9b27a335a4b4 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.6 2008/08/16 05:23:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.7 2009/03/14 12:54:49 vapier Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 @@ -27,7 +27,7 @@ done LICENSE="OracleDB" SLOT="4.4" KEYWORDS="~amd64 ~arm ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="tcl java doc nocxx bootstrap" +IUSE="tcl java doc nocxx" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) java? ( >=virtual/jdk-1.4 ) @@ -58,9 +58,7 @@ src_compile() { use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly" - use bootstrap \ - && myconf="${myconf} --disable-cxx" \ - || myconf="${myconf} $(use_enable !nocxx cxx)" + myconf="${myconf} $(use_enable !nocxx cxx)" use tcl \ && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ |