summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-14 15:51:50 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-14 15:51:50 +0000
commit0f20d58f0d4cb4b05778d96f53756f962f673ecd (patch)
tree8bd6a70a4d73299c230c0534546e8e45ecfb917c /eclass/kde4-base.eclass
parentalpha/ia64/sparc stable wrt #212986 (diff)
downloadhistorical-0f20d58f0d4cb4b05778d96f53756f962f673ecd.tar.gz
historical-0f20d58f0d4cb4b05778d96f53756f962f673ecd.tar.bz2
historical-0f20d58f0d4cb4b05778d96f53756f962f673ecd.zip
s/einfo/echo/
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r--eclass/kde4-base.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 73ff792220cd..65338c44326a 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -1,6 +1,6 @@
# Copyright 2007-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.4 2008/03/10 21:41:56 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.5 2008/03/14 15:51:50 ingmar Exp $
# @ECLASS: kde4-base.eclass
# @MAINTAINER:
@@ -380,13 +380,13 @@ kde4-base_src_configure() {
# Final flag handling
if has kdeenablefinal ${IUSE//+} && use kdeenablefinal; then
- einfo "Activating enable-final flag"
+ echo "Activating enable-final flag"
mycmakeargs="${mycmakeargs} -DKDE4_ENABLE_FINAL=ON"
fi
# Enable generation of HTML handbook
if has htmlhandbook ${IUSE//+} && use htmlhandbook; then
- einfo "Enabling building of HTML handbook"
+ echo "Enabling building of HTML handbook"
mycmakeargs="${mycmakeargs} -DKDE4_ENABLE_HTMLHANDBOOK=ON"
fi