diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2009-07-30 11:01:33 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2009-07-30 11:01:33 +0000 |
commit | c4f4b1b16b66d97b40e23ecfd4bc4da59df1457c (patch) | |
tree | 27282a8351c29a686c9161b9bea624da7f52f08b /sys-libs/db/db-4.4.20_p4-r1.ebuild | |
parent | Removed split vdr-streamdev ebuilds, masked since 2009/02/25. (diff) | |
download | historical-c4f4b1b16b66d97b40e23ecfd4bc4da59df1457c.tar.gz historical-c4f4b1b16b66d97b40e23ecfd4bc4da59df1457c.tar.bz2 historical-c4f4b1b16b66d97b40e23ecfd4bc4da59df1457c.zip |
Fix bug 278962
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'sys-libs/db/db-4.4.20_p4-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-4.4.20_p4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.4.20_p4-r1.ebuild b/sys-libs/db/db-4.4.20_p4-r1.ebuild index 833f145828bd..d3f61b328d68 100644 --- a/sys-libs/db/db-4.4.20_p4-r1.ebuild +++ b/sys-libs/db/db-4.4.20_p4-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.3 2009/03/14 12:54:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4-r1.ebuild,v 1.4 2009/07/30 11:01:33 pauldv Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool @@ -97,7 +97,7 @@ src_compile() { [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}" # the entire testsuite needs the TCL functionality - if use tcl && has test $FEATURES ; then + if use tcl && use test ; then myconf="${myconf} --enable-test" else myconf="${myconf} --disable-test" |