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.5.20_p2-r1.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.5.20_p2-r1.ebuild')
-rw-r--r--sys-libs/db/db-4.5.20_p2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.5.20_p2-r1.ebuild b/sys-libs/db/db-4.5.20_p2-r1.ebuild
index 60a4369943d0..1b5f0f963255 100644
--- a/sys-libs/db/db-4.5.20_p2-r1.ebuild
+++ b/sys-libs/db/db-4.5.20_p2-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.5.20_p2-r1.ebuild,v 1.11 2009/03/14 12:54:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v 1.12 2009/07/30 11:01:33 pauldv Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -109,7 +109,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"