From 98edc1a1d40baf75602032d29227194ba246d5d5 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 3 Aug 2006 23:46:04 +0000 Subject: Changed tcltk USE flag to tcl as per bug #17808 (Portage version: 2.1.1_pre3-r3) --- sys-libs/db/db-4.2.52_p4.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-libs/db/db-4.2.52_p4.ebuild') 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" -- cgit v1.2.3-65-gdbad