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 | a4248e6f5ee09e17a41b93bc26e06572655ca17d (patch) | |
tree | 35b68199eaba26bf5dcc82c0c729c6fc2f992017 /sys-libs/db/db-4.5.20_p2.ebuild | |
parent | Removed split vdr-streamdev ebuilds, masked since 2009/02/25. (diff) | |
download | gentoo-2-a4248e6f5ee09e17a41b93bc26e06572655ca17d.tar.gz gentoo-2-a4248e6f5ee09e17a41b93bc26e06572655ca17d.tar.bz2 gentoo-2-a4248e6f5ee09e17a41b93bc26e06572655ca17d.zip |
Fix bug 278962
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sys-libs/db/db-4.5.20_p2.ebuild')
-rw-r--r-- | sys-libs/db/db-4.5.20_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |