diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-24 21:25:24 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-24 21:25:24 +0000 |
commit | 76f2c1ce1ffc98182ce5dd1332dc53f4107fb8e9 (patch) | |
tree | 348c9553fbd5606f351940f68f9bcf118de827c9 /dev-php4/eaccelerator | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-76f2c1ce1ffc98182ce5dd1332dc53f4107fb8e9.tar.gz gentoo-2-76f2c1ce1ffc98182ce5dd1332dc53f4107fb8e9.tar.bz2 gentoo-2-76f2c1ce1ffc98182ce5dd1332dc53f4107fb8e9.zip |
Fix has_php call.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-php4/eaccelerator')
-rw-r--r-- | dev-php4/eaccelerator/Manifest | 2 | ||||
-rw-r--r-- | dev-php4/eaccelerator/eaccelerator-0.9.3.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-php4/eaccelerator/Manifest b/dev-php4/eaccelerator/Manifest index 4494ece3001a..1fe63d8fd890 100644 --- a/dev-php4/eaccelerator/Manifest +++ b/dev-php4/eaccelerator/Manifest @@ -1,5 +1,5 @@ MD5 011a0c78d8d6ed4bc2cdd97f40674dc4 ChangeLog 639 -MD5 3bcef7632faebdf9597f70ae369fd73a eaccelerator-0.9.3.ebuild 3704 +MD5 7709d493aadbbae7ecb3dfa1968e959b eaccelerator-0.9.3.ebuild 3713 MD5 543f0982cc0ffa866a7b03985dc77edb files/digest-eaccelerator-0.9.3 70 MD5 65491db56ada2c1237a6c790210c3592 files/eaccelerator-0.9.3-hash-fix.patch 776 MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 diff --git a/dev-php4/eaccelerator/eaccelerator-0.9.3.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.3.ebuild index c4c4dc828638..391775540746 100644 --- a/dev-php4/eaccelerator/eaccelerator-0.9.3.ebuild +++ b/dev-php4/eaccelerator/eaccelerator-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.3.ebuild,v 1.7 2005/11/24 20:24:06 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.3.ebuild,v 1.8 2005/11/24 21:21:48 chtekk Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="eaccelerator" @@ -29,8 +29,9 @@ HTTPD_GROUP="apache" need_php_by_category pkg_setup() { - require_php_sapi_from cgi apache apache2 + has_php + require_php_sapi_from cgi apache apache2 require_php_with_use zlib } |