diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 02:59:35 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 02:59:35 +0000 |
commit | 30d0901d5a73cb8af13ea3acc6156716de611cb6 (patch) | |
tree | e1ef8a5b6438f8bc1a38af0302b7ac3bcbd9a151 /dev-php4 | |
parent | Apache 1.X masking. (diff) | |
download | gentoo-2-30d0901d5a73cb8af13ea3acc6156716de611cb6.tar.gz gentoo-2-30d0901d5a73cb8af13ea3acc6156716de611cb6.tar.bz2 gentoo-2-30d0901d5a73cb8af13ea3acc6156716de611cb6.zip |
Apache 1.X masking.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/xcache/xcache-1.2.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-php4/xcache/ChangeLog b/dev-php4/xcache/ChangeLog index d6929e532cfc..24cb97463124 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.3 2007/03/06 22:15:42 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.4 2007/05/12 02:59:35 chtekk Exp $ + + 12 May 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild: + Apache 1.X masking. 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild: Cleanup. diff --git a/dev-php4/xcache/xcache-1.2.0.ebuild b/dev-php4/xcache/xcache-1.2.0.ebuild index 43d792fa3e5a..9fd97d6a1a2d 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.3 2007/03/06 22:15:42 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.4 2007/05/12 02:59:35 chtekk Exp $ PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" @@ -41,7 +41,6 @@ src_compile() { --enable-xcache-decoder" enable_extension_with_built_with =${PHP_PKG} apache2 apxs2 /usr/sbin/apxs2 "optimisation for apache2" - enable_extension_with_built_with =${PHP_PKG} apache apxs /usr/sbin/apxs "optimisation for apache1" php-ext-source-r1_src_compile } |