diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 14:36:29 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 14:36:29 +0000 |
commit | 15fdc9a1dd5e5fb2ee943078cdeeca45ec41f064 (patch) | |
tree | 111d78fa79ab2b3cebfea49654a8391300d8fd4c /dev-php4 | |
parent | Fix require_php_sapi_from usage wrt apache1. (diff) | |
download | gentoo-2-15fdc9a1dd5e5fb2ee943078cdeeca45ec41f064.tar.gz gentoo-2-15fdc9a1dd5e5fb2ee943078cdeeca45ec41f064.tar.bz2 gentoo-2-15fdc9a1dd5e5fb2ee943078cdeeca45ec41f064.zip |
Fix require_php_sapi_from usage wrt apache1.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/xcache/xcache-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/xcache/ChangeLog b/dev-php4/xcache/ChangeLog index 24cb97463124..ed65e020adb1 100644 --- a/dev-php4/xcache/ChangeLog +++ b/dev-php4/xcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/xcache # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.4 2007/05/12 02:59:35 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.5 2007/05/12 14:36:29 chtekk Exp $ + + 12 May 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild: + Fix require_php_sapi_from usage wrt apache1. 12 May 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild: Apache 1.X masking. diff --git a/dev-php4/xcache/xcache-1.2.0.ebuild b/dev-php4/xcache/xcache-1.2.0.ebuild index 9fd97d6a1a2d..ac23079a08cd 100644 --- a/dev-php4/xcache/xcache-1.2.0.ebuild +++ b/dev-php4/xcache/xcache-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.4 2007/05/12 02:59:35 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.5 2007/05/12 14:36:29 chtekk Exp $ PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" @@ -26,7 +26,7 @@ need_php_by_category pkg_setup() { has_php - require_php_sapi_from cgi apache apache2 + require_php_sapi_from cgi apache2 } src_compile() { |