diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-24 05:24:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-24 05:24:20 +0000 |
commit | 0ad82d357d394d0998aebb70278dfb0e57daa501 (patch) | |
tree | 5cfeb7e543388d49765b8012531ecc33bb0aed8d /eclass/db-use.eclass | |
parent | Added a few improvements. (diff) | |
download | gentoo-2-0ad82d357d394d0998aebb70278dfb0e57daa501.tar.gz gentoo-2-0ad82d357d394d0998aebb70278dfb0e57daa501.tar.bz2 gentoo-2-0ad82d357d394d0998aebb70278dfb0e57daa501.zip |
Make this a bit quieter.
Diffstat (limited to 'eclass/db-use.eclass')
-rw-r--r-- | eclass/db-use.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/db-use.eclass b/eclass/db-use.eclass index 2e745bb93d16..8d8160246431 100644 --- a/eclass/db-use.eclass +++ b/eclass/db-use.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-use.eclass,v 1.7 2006/07/13 13:11:14 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db-use.eclass,v 1.8 2009/11/24 05:24:20 robbat2 Exp $ # This is a common location for functions that aid the use of sys-libs/db # # Bugs: pauldv@gentoo.org @@ -36,7 +36,7 @@ db_findver() { PKG="$(best_version $1)" VER="$(get_version_component_range 1-2 "${PKG/*db-/}")" if [ -d /usr/include/db$(db_ver_to_slot "$VER") ]; then - einfo "Found db version ${VER}" >&2 + #einfo "Found db version ${VER}" >&2 echo -n "$VER" return 0 else |