summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-12 14:31:59 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-12 14:31:59 +0000
commit51f1cf3c00b7b6742318e84c1f190086669f8147 (patch)
tree12365a9d4d758089f109aedf6f91f48a7b83eb05 /dev-php5/xcache
parentVersion bump (diff)
downloadgentoo-2-51f1cf3c00b7b6742318e84c1f190086669f8147.tar.gz
gentoo-2-51f1cf3c00b7b6742318e84c1f190086669f8147.tar.bz2
gentoo-2-51f1cf3c00b7b6742318e84c1f190086669f8147.zip
Fix require_php_sapi_from usage wrt apache1.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php5/xcache')
-rw-r--r--dev-php5/xcache/ChangeLog5
-rw-r--r--dev-php5/xcache/xcache-1.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xcache/ChangeLog b/dev-php5/xcache/ChangeLog
index 354e4aee3609..338d6a61c6cf 100644
--- a/dev-php5/xcache/ChangeLog
+++ b/dev-php5/xcache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/xcache
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.6 2007/05/12 03:00:57 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.7 2007/05/12 14:31:59 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-php5/xcache/xcache-1.2.0.ebuild b/dev-php5/xcache/xcache-1.2.0.ebuild
index 750b2af9a6e7..32b098b1c594 100644
--- a/dev-php5/xcache/xcache-1.2.0.ebuild
+++ b/dev-php5/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-php5/xcache/xcache-1.2.0.ebuild,v 1.6 2007/05/12 03:00:57 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.0.ebuild,v 1.7 2007/05/12 14:31:59 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() {