diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 11:36:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 11:36:00 +0000 |
commit | 77d5ea4165802e361f9c64abfbb1a19e7c28a280 (patch) | |
tree | ae14d264a29992903ded2ad41d4377d2c258d69b /eclass/db.eclass | |
parent | Convert every instance of hasq to has. (diff) | |
download | gentoo-2-77d5ea4165802e361f9c64abfbb1a19e7c28a280.tar.gz gentoo-2-77d5ea4165802e361f9c64abfbb1a19e7c28a280.tar.bz2 gentoo-2-77d5ea4165802e361f9c64abfbb1a19e7c28a280.zip |
Convert every instance of useq to use.
Diffstat (limited to 'eclass/db.eclass')
-rw-r--r-- | eclass/db.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/db.eclass b/eclass/db.eclass index 83976f675e96..4d99d629b0c3 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.41 2010/10/18 17:39:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.42 2011/07/08 11:36:00 ssuominen Exp $ # This is a common location for functions used in the sys-libs/db ebuilds # # Bugs: pauldv@gentoo.org @@ -148,7 +148,7 @@ db_src_test() { return 0 fi - if useq tcl; then + if use tcl; then einfo "Running sys-libs/db testsuite" ewarn "This can take 6+ hours on modern machines" # Fix stuff that fails with relative paths, and upstream moving files |