Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105395
Collapse All | Expand All

(-)horde.eclass.orig (-3 / +3 lines)
Lines 78-88 Link Here
78
			param="-o"
78
			param="-o"
79
			HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2}
79
			HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2}
80
		fi
80
		fi
81
		if ! built_with_use ${param} mod_php ${HORDE_PHP_FEATURES} ; then
81
		if ! built_with_use ${param} virtual/httpd-php ${HORDE_PHP_FEATURES} ; then
82
			eerror "You MUST re-emerge mod_php with at least one of"
82
			eerror "You MUST re-emerge php apache sapi with at least one of"
83
			eerror "the following options in your USE:"
83
			eerror "the following options in your USE:"
84
			eerror " ${HORDE_PHP_FEATURES}"
84
			eerror " ${HORDE_PHP_FEATURES}"
85
			die "current mod_php install cannot support ${HORDE_PN}"
85
			die "current apache sapi install cannot support ${HORDE_PN}"
86
		fi
86
		fi
87
	fi
87
	fi
88
}
88
}

Return to bug 105395