summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-12 14:33:50 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-12 14:33:50 +0000
commitd5245d2add4ca2252f69342d788e1a932091f886 (patch)
tree658053c7f4ab88b6f68df7a2aa06f5ceeb60053d /dev-php4
parentVersion bump (diff)
downloadgentoo-2-d5245d2add4ca2252f69342d788e1a932091f886.tar.gz
gentoo-2-d5245d2add4ca2252f69342d788e1a932091f886.tar.bz2
gentoo-2-d5245d2add4ca2252f69342d788e1a932091f886.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/eaccelerator/ChangeLog6
-rw-r--r--dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php4/eaccelerator/ChangeLog b/dev-php4/eaccelerator/ChangeLog
index 9d3afb08523f..b08f89947715 100644
--- a/dev-php4/eaccelerator/ChangeLog
+++ b/dev-php4/eaccelerator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php4/eaccelerator
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.20 2007/03/06 15:16:35 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.21 2007/05/12 14:33:50 chtekk Exp $
+
+ 12 May 2007; Luca Longinotti <chtekk@gentoo.org>
+ eaccelerator-0.9.5.ebuild:
+ Fix require_php_sapi_from usage wrt apache1.
06 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
eaccelerator-0.9.5.ebuild:
diff --git a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
index 25983e0cd717..6e92041193cf 100644
--- a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
+++ b/dev-php4/eaccelerator/eaccelerator-0.9.5.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/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.8 2007/03/06 15:16:35 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.9 2007/05/12 14:33:50 chtekk Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
@@ -31,7 +31,7 @@ need_php_by_category
pkg_setup() {
has_php
- require_php_sapi_from cgi apache apache2
+ require_php_sapi_from cgi apache2
if use session ; then
require_php_with_use session zlib