summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-08-14 19:46:29 +0000
committerDan Armak <danarmak@gentoo.org>2002-08-14 19:46:29 +0000
commit8f22eb4ba12649e4e2f1a508a1747c6041565f43 (patch)
tree867058564016979fded1f481012ddbaf076ec5fc /eclass/kde-functions.eclass
parentfix another one (diff)
downloadgentoo-2-8f22eb4ba12649e4e2f1a508a1747c6041565f43.tar.gz
gentoo-2-8f22eb4ba12649e4e2f1a508a1747c6041565f43.tar.bz2
gentoo-2-8f22eb4ba12649e4e2f1a508a1747c6041565f43.zip
remove stray debug einfo statement
Diffstat (limited to 'eclass/kde-functions.eclass')
-rw-r--r--eclass/kde-functions.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass
index 26267de86e75..de25ec030f53 100644
--- a/eclass/kde-functions.eclass
+++ b/eclass/kde-functions.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.23 2002/08/14 19:45:05 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.24 2002/08/14 19:46:29 danarmak Exp $
# This contains everything except things that modify ebuild variables and functions (e.g. $P, src_compile() etc.)
ECLASS=kde-functions
INHERITED="$INHERITED $ECLASS"
@@ -197,7 +197,7 @@ set-kdedir() {
#[ "${INHERITED//kde-dist}" != "${INHERITED}" -a -z "$KDEDIR" ] && die "$ECLASS: Error: couldn't set kdelibs location, consult log"
[ -z "$KDEDIR" ] && die "$FUNCNAME: Error: couldn't set kdelibs location, consult log"
- einfo "$FUNCNAME: Will use the kdelibs installed in $KDEDIR, and install into $PREFIX."
+ debug-print "$FUNCNAME: Will use the kdelibs installed in $KDEDIR, and install into $PREFIX."
}