summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-29 22:17:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-29 22:17:53 +0000
commit1929e9782736c250658563b9ee9b67dc9142090b (patch)
tree69902c4a9260f342d70e5c277f2b58ddd284463a /eclass
parentadded patch for -fPIC on cdb files only (diff)
downloadhistorical-1929e9782736c250658563b9ee9b67dc9142090b.tar.gz
historical-1929e9782736c250658563b9ee9b67dc9142090b.tar.bz2
historical-1929e9782736c250658563b9ee9b67dc9142090b.zip
remove old usage of $phpver
Diffstat (limited to 'eclass')
-rw-r--r--eclass/horde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index 3947e08984ce..04d2c0efe6a0 100644
--- a/eclass/horde.eclass
+++ b/eclass/horde.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/horde.eclass,v 1.17 2005/04/22 21:42:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.18 2005/04/29 22:17:53 vapier Exp $
#
# Help manage the horde project http://www.horde.org/
#
@@ -80,7 +80,7 @@ horde_pkg_setup() {
HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2}
fi
if ! built_with_use ${param} mod_php ${HORDE_PHP_FEATURES} ; then
- eerror "You MUST re-emerge ${phpver} with at least one of"
+ eerror "You MUST re-emerge mod_php with at least one of"
eerror "the following options in your USE:"
eerror " ${HORDE_PHP_FEATURES}"
die "current mod_php install cannot support ${HORDE_PN}"