summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-10 05:13:54 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-10 05:13:54 +0000
commit83e4e1eb91418fb4a7f99dae347ba93bd1cb9a54 (patch)
treef39506c30bb8ce021bad9fc6c7a3e5d39fdbf3b3 /eclass/horde.eclass
parentsince php-4 supports USE=session now, force the check for all versions of php (diff)
downloadgentoo-2-83e4e1eb91418fb4a7f99dae347ba93bd1cb9a54.tar.gz
gentoo-2-83e4e1eb91418fb4a7f99dae347ba93bd1cb9a54.tar.bz2
gentoo-2-83e4e1eb91418fb4a7f99dae347ba93bd1cb9a54.zip
only support dev-lang/php
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r--eclass/horde.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass
index 61577396e3a1..966bd53328e6 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.28 2006/02/08 01:07:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.29 2006/02/10 05:13:54 vapier Exp $
#
# Help manage the horde project http://www.horde.org/
#
@@ -78,8 +78,7 @@ horde_pkg_setup() {
param="-o"
HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2}
fi
- if ! built_with_use ${param} mod_php ${HORDE_PHP_FEATURES} && \
- ! built_with_use ${param} php ${HORDE_PHP_FEATURES} ; then
+ if ! built_with_use ${param} dev-lang/php ${HORDE_PHP_FEATURES} ; then
eerror "You MUST re-emerge php with at least one of"
eerror "the following options in your USE:"
eerror " ${HORDE_PHP_FEATURES}"