diff options
Diffstat (limited to 'dev-php/xcache/xcache-1.3.2.ebuild')
-rw-r--r-- | dev-php/xcache/xcache-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xcache/xcache-1.3.2.ebuild b/dev-php/xcache/xcache-1.3.2.ebuild index cab65958446e..3cedfded4912 100644 --- a/dev-php/xcache/xcache-1.3.2.ebuild +++ b/dev-php/xcache/xcache-1.3.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-1.3.2.ebuild,v 1.3 2012/01/21 16:21:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-1.3.2.ebuild,v 1.4 2012/04/13 19:07:42 ulm Exp $ +EAPI="2" PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="yes" PHPSAPILIST="apache2 cgi fpm" -EAPI="2" inherit php-ext-source-r2 confutils DESCRIPTION="A fast and stable PHP opcode cacher" |