summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-11 05:08:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-11 05:08:39 +0000
commit49cca60c58c6b3f7f680569b39fdf9d13e4d5a1a (patch)
treeb7687bb898d9207f94b296410faeb290177c695f /eclass
parentblock incompatible versions of e16keyedit #122311 (diff)
downloadgentoo-2-49cca60c58c6b3f7f680569b39fdf9d13e4d5a1a.tar.gz
gentoo-2-49cca60c58c6b3f7f680569b39fdf9d13e4d5a1a.tar.bz2
gentoo-2-49cca60c58c6b3f7f680569b39fdf9d13e4d5a1a.zip
tweak comment as to whether all USE flags or just some are needed #122241 by Jakub Moc
Diffstat (limited to 'eclass')
-rw-r--r--eclass/horde.eclass8
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index 966bd53328e6..6cf907bcbb01 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.29 2006/02/10 05:13:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.30 2006/02/11 05:08:39 vapier Exp $
#
# Help manage the horde project http://www.horde.org/
#
@@ -79,7 +79,11 @@ horde_pkg_setup() {
HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2}
fi
if ! built_with_use ${param} dev-lang/php ${HORDE_PHP_FEATURES} ; then
- eerror "You MUST re-emerge php with at least one of"
+ if [[ ${parm} == "-o" ]] ; then
+ eerror "You MUST re-emerge php with at least one of"
+ else
+ eerror "You MUST re-emerge php with all of"
+ fi
eerror "the following options in your USE:"
eerror " ${HORDE_PHP_FEATURES}"
die "current php install cannot support ${HORDE_PN}"