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.2.52_p4.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.2.52_p4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.2.52_p4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/db/db-4.2.52_p4.ebuild b/sys-libs/db/db-4.2.52_p4.ebuild index 76e837c7b3b2..88526fe6e9d4 100644 --- a/sys-libs/db/db-4.2.52_p4.ebuild +++ b/sys-libs/db/db-4.2.52_p4.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.2.52_p4.ebuild,v 1.5 2006/05/30 19:57:27 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4.ebuild,v 1.6 2006/08/03 23:46:04 cardoe Exp $ inherit eutils gnuconfig db @@ -27,11 +27,11 @@ done LICENSE="DB" SLOT="4.2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~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 )" -RDEPEND="tcltk? ( dev-lang/tcl ) +RDEPEND="tcl? ( dev-lang/tcl ) java? ( virtual/jre )" src_unpack() { @@ -62,7 +62,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" @@ -75,7 +75,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" |