From a4248e6f5ee09e17a41b93bc26e06572655ca17d Mon Sep 17 00:00:00 2001 From: Paul de Vrieze Date: Thu, 30 Jul 2009 11:01:33 +0000 Subject: Fix bug 278962 (Portage version: 2.2_rc33/cvs/Linux i686) --- sys-libs/db/db-4.5.20_p2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-libs/db/db-4.5.20_p2.ebuild') diff --git a/sys-libs/db/db-4.5.20_p2.ebuild b/sys-libs/db/db-4.5.20_p2.ebuild index 5a2a0d49a168..fabfceeb219d 100644 --- a/sys-libs/db/db-4.5.20_p2.ebuild +++ b/sys-libs/db/db-4.5.20_p2.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.ebuild,v 1.27 2009/03/14 12:54:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.28 2009/07/30 11:01:33 pauldv Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 @@ -81,7 +81,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" -- cgit v1.2.3-65-gdbad