diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-08-03 23:46:04 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-08-03 23:46:04 +0000 |
commit | 98edc1a1d40baf75602032d29227194ba246d5d5 (patch) | |
tree | 4fa1bc78ce37755170e6f685ba1f1527683f6702 /sys-libs/db/db-4.3.29-r2.ebuild | |
parent | removed --without-included-libtasn1 as oddly enough it uses the included libt... (diff) | |
download | gentoo-2-98edc1a1d40baf75602032d29227194ba246d5d5.tar.gz gentoo-2-98edc1a1d40baf75602032d29227194ba246d5d5.tar.bz2 gentoo-2-98edc1a1d40baf75602032d29227194ba246d5d5.zip |
Changed tcltk USE flag to tcl as per bug #17808
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'sys-libs/db/db-4.3.29-r2.ebuild')
-rw-r--r-- | sys-libs/db/db-4.3.29-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/db/db-4.3.29-r2.ebuild b/sys-libs/db/db-4.3.29-r2.ebuild index 76eaa44b2f1e..3648e255ef06 100644 --- a/sys-libs/db/db-4.3.29-r2.ebuild +++ b/sys-libs/db/db-4.3.29-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild,v 1.2 2006/07/26 09:11:38 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29-r2.ebuild,v 1.3 2006/08/03 23:46:04 cardoe Exp $ inherit eutils gnuconfig db flag-o-matic java-pkg-opt-2 @@ -28,12 +28,12 @@ done LICENSE="DB" SLOT="4.3" KEYWORDS="~amd64 ~ia64 ~m68k ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="tcltk java doc nocxx bootstrap" +IUSE="tcl java doc nocxx bootstrap" -DEPEND="tcltk? ( >=dev-lang/tcl-8.4 ) +DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1" -RDEPEND="tcltk? ( dev-lang/tcl ) +RDEPEND="tcl? ( dev-lang/tcl ) java? ( >=virtual/jre-1.4 )" src_unpack() { @@ -67,7 +67,7 @@ src_compile() { && myconf="${myconf} --disable-cxx" \ || myconf="${myconf} $(use_enable !nocxx cxx)" - use tcltk \ + use tcl \ && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ || myconf="${myconf} --disable-tcl" @@ -82,7 +82,7 @@ src_compile() { [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}" # the entire testsuite needs the TCL functionality - if use tcltk && has test $FEATURES ; then + if use tcl && has test $FEATURES ; then myconf="${myconf} --enable-test" else myconf="${myconf} --disable-test" |