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
commit9caad628a9401336c472861ec593cd0667709a52 (patch)
tree0148a118bea032c5489d3af87d6c1c142a434507 /dev-php5/xcache
parentApache SAPI illegal. (diff)
downloadhistorical-9caad628a9401336c472861ec593cd0667709a52.tar.gz
historical-9caad628a9401336c472861ec593cd0667709a52.tar.bz2
historical-9caad628a9401336c472861ec593cd0667709a52.zip
Fix require_php_sapi_from usage wrt apache1.
Package-Manager: portage-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() {