summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2007-11-21 01:29:13 +0000
committerRyan Hill <rhill@gentoo.org>2007-11-21 01:29:13 +0000
commitf374d52f186bfa6bc68a878ea8be69b4da993fc5 (patch)
treef9a689a6b728a97513936e43d6a312690680a1d7 /eclass/wxwidgets.eclass
parentversion bump (diff)
downloadhistorical-f374d52f186bfa6bc68a878ea8be69b4da993fc5.tar.gz
historical-f374d52f186bfa6bc68a878ea8be69b4da993fc5.tar.bz2
historical-f374d52f186bfa6bc68a878ea8be69b4da993fc5.zip
Add "wxWidgets" to output so people know where the messages are coming from.
Diffstat (limited to 'eclass/wxwidgets.eclass')
-rw-r--r--eclass/wxwidgets.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index ade3460d120e..308cdec98372 100644
--- a/eclass/wxwidgets.eclass
+++ b/eclass/wxwidgets.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.21 2007/10/18 03:25:56 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.22 2007/11/21 01:29:13 dirtyepic Exp $
# @ECLASS: wxwidgets.eclass
# @MAINTAINER:
@@ -204,8 +204,8 @@ need-wxwidgets() {
export WX_ECLASS_CONFIG="${WX_CONFIG}"
echo
- einfo "Requested: ${1} ${WX_GTK_VER}"
- einfo "Using: ${wxconf}"
+ einfo "Requested wxWidgets: ${1} ${WX_GTK_VER}"
+ einfo "Using wxWidgets: ${wxconf}"
echo
}