summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2009-07-30 11:01:33 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2009-07-30 11:01:33 +0000
commitc4f4b1b16b66d97b40e23ecfd4bc4da59df1457c (patch)
tree27282a8351c29a686c9161b9bea624da7f52f08b /sys-libs/db/db-4.6.21_p4.ebuild
parentRemoved split vdr-streamdev ebuilds, masked since 2009/02/25. (diff)
downloadhistorical-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.6.21_p4.ebuild')
-rw-r--r--sys-libs/db/db-4.6.21_p4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.6.21_p4.ebuild b/sys-libs/db/db-4.6.21_p4.ebuild
index cba827b4bf11..cb2c24110272 100644
--- a/sys-libs/db/db-4.6.21_p4.ebuild
+++ b/sys-libs/db/db-4.6.21_p4.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.6.21_p4.ebuild,v 1.7 2009/06/01 12:01:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.21_p4.ebuild,v 1.8 2009/07/30 11:01:33 pauldv Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -102,7 +102,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"