diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-08-24 18:45:56 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-08-24 18:45:56 +0000 |
commit | ff555b94ed60c2bff3c533ca3bcff55ede833016 (patch) | |
tree | 39b1e20873bbaf327b4e42c3862aefff874f7904 /dev-php | |
parent | Version bump (diff) | |
download | gentoo-2-ff555b94ed60c2bff3c533ca3bcff55ede833016.tar.gz gentoo-2-ff555b94ed60c2bff3c533ca3bcff55ede833016.tar.bz2 gentoo-2-ff555b94ed60c2bff3c533ca3bcff55ede833016.zip |
Revbump adding 5.5 support
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xcache/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/xcache/xcache-3.0.3-r1.ebuild (renamed from dev-php/xcache/xcache-3.0.3.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-php/xcache/ChangeLog b/dev-php/xcache/ChangeLog index 234bca4ff849..64dcafe31175 100644 --- a/dev-php/xcache/ChangeLog +++ b/dev-php/xcache/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/xcache # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.17 2013/08/24 18:38:33 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.18 2013/08/24 18:45:56 olemarkus Exp $ + +*xcache-3.0.3-r1 (24 Aug 2013) + + 24 Aug 2013; Ole Markus With <olemarkus@gentoo.org> +xcache-3.0.3-r1.ebuild, + -xcache-3.0.3.ebuild: + Revbump adding 5.5 support *xcache-3.0.3 (24 Aug 2013) diff --git a/dev-php/xcache/xcache-3.0.3.ebuild b/dev-php/xcache/xcache-3.0.3-r1.ebuild index 5599b7a568c2..49f53971005a 100644 --- a/dev-php/xcache/xcache-3.0.3.ebuild +++ b/dev-php/xcache/xcache-3.0.3-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.3.ebuild,v 1.1 2013/08/24 18:38:33 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.3-r1.ebuild,v 1.1 2013/08/24 18:45:56 olemarkus Exp $ EAPI="5" PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" PHPSAPILIST="apache2 cgi fpm" -USE_PHP="php5-4" +USE_PHP="php5-4 php5-5" inherit php-ext-source-r2 confutils DESCRIPTION="A fast and stable PHP opcode cacher" @@ -23,7 +23,9 @@ IUSE="" RESTRICT="test" DEPEND="virtual/httpd-php -!dev-php/eaccelerator !dev-php/pecl-apc" +!dev-php/eaccelerator !dev-php/pecl-apc +php_targets_php5-5? ( !dev-lang/php:5.5[opcache] ) +" RDEPEND="${DEPEND}" src_configure() { |