From 15fdc9a1dd5e5fb2ee943078cdeeca45ec41f064 Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Sat, 12 May 2007 14:36:29 +0000 Subject: Fix require_php_sapi_from usage wrt apache1. (Portage version: 2.1.2.7) --- dev-php4/xcache/ChangeLog | 5 ++++- dev-php4/xcache/xcache-1.2.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-php4') 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 xcache-1.2.0.ebuild: + Fix require_php_sapi_from usage wrt apache1. 12 May 2007; Luca Longinotti 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() { -- cgit v1.2.3-65-gdbad