--- horde.eclass.orig 2005-09-09 18:37:38.000000000 +0200 +++ horde.eclass 2005-09-09 18:39:26.000000000 +0200 @@ -78,11 +78,11 @@ param="-o" HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2} fi - if ! built_with_use ${param} mod_php ${HORDE_PHP_FEATURES} ; then - eerror "You MUST re-emerge mod_php with at least one of" + if ! built_with_use ${param} virtual/httpd-php ${HORDE_PHP_FEATURES} ; then + eerror "You MUST re-emerge php apache sapi 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}" + die "current apache sapi install cannot support ${HORDE_PN}" fi fi }