diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 14:30:48 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 14:30:48 +0000 |
commit | 856564f835501d01aa586403d2113c1eb1b35069 (patch) | |
tree | 97a97a85302c0b7e48c69c0478beb6b991a9a110 /dev-php5 | |
parent | Version bump (diff) | |
download | gentoo-2-856564f835501d01aa586403d2113c1eb1b35069.tar.gz gentoo-2-856564f835501d01aa586403d2113c1eb1b35069.tar.bz2 gentoo-2-856564f835501d01aa586403d2113c1eb1b35069.zip |
Fix require_php_sapi_from usage wrt apache1.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-apc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild | 4 | ||||
-rw-r--r-- | dev-php5/pecl-apc/pecl-apc-3.0.13.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/pecl-apc/ChangeLog b/dev-php5/pecl-apc/ChangeLog index b37116aeb24f..3cecdf7dfef6 100644 --- a/dev-php5/pecl-apc/ChangeLog +++ b/dev-php5/pecl-apc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-apc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.23 2007/05/12 03:02:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.24 2007/05/12 14:30:48 chtekk Exp $ + + 12 May 2007; Luca Longinotti <chtekk@gentoo.org> + pecl-apc-3.0.12_p2.ebuild, pecl-apc-3.0.13.ebuild: + Fix require_php_sapi_from usage wrt apache1. 12 May 2007; Luca Longinotti <chtekk@gentoo.org> pecl-apc-3.0.12_p2.ebuild, pecl-apc-3.0.13.ebuild: diff --git a/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild index 41e48c78a728..f1733e34b1c5 100644 --- a/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild +++ b/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.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/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.10 2007/05/12 03:02:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.11 2007/05/12 14:30:48 chtekk Exp $ PHP_EXT_NAME="apc" PHP_EXT_PECL_PKG="APC" @@ -23,7 +23,7 @@ need_php_by_category pkg_setup() { has_php - require_php_sapi_from cgi apache apache2 + require_php_sapi_from cgi apache2 } src_compile() { diff --git a/dev-php5/pecl-apc/pecl-apc-3.0.13.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.13.ebuild index 3227c1f3d5a5..94ad0b7df9c8 100644 --- a/dev-php5/pecl-apc/pecl-apc-3.0.13.ebuild +++ b/dev-php5/pecl-apc/pecl-apc-3.0.13.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/pecl-apc/pecl-apc-3.0.13.ebuild,v 1.2 2007/05/12 03:02:32 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.13.ebuild,v 1.3 2007/05/12 14:30:48 chtekk Exp $ PHP_EXT_NAME="apc" PHP_EXT_PECL_PKG="APC" @@ -23,7 +23,7 @@ need_php_by_category pkg_setup() { has_php - require_php_sapi_from cgi apache apache2 + require_php_sapi_from cgi apache2 } src_compile() { |