diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-05-09 07:36:24 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-05-09 07:36:24 +0000 |
commit | 623a1d791649cf6b698fb31af637638e70966b4a (patch) | |
tree | 47d9f9ba71acce04b73e3ccf1adac5aa6c8a5a8e /dev-php/xcache | |
parent | Drop from here, moved to app-officeext (diff) | |
download | gentoo-2-623a1d791649cf6b698fb31af637638e70966b4a.tar.gz gentoo-2-623a1d791649cf6b698fb31af637638e70966b4a.tar.bz2 gentoo-2-623a1d791649cf6b698fb31af637638e70966b4a.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.2.0_alpha102_p2/cvs/Linux i686)
Diffstat (limited to 'dev-php/xcache')
-rw-r--r-- | dev-php/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xcache/xcache-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xcache/ChangeLog b/dev-php/xcache/ChangeLog index e277ab526ad1..04ae705c9c58 100644 --- a/dev-php/xcache/ChangeLog +++ b/dev-php/xcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xcache # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.6 2012/05/02 10:09:27 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.7 2012/05/09 07:36:24 zmedico Exp $ + + 09 May 2012; Zac Medico <zmedico@gentoo.org> xcache-2.0.0.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. *xcache-2.0.0 (02 May 2012) diff --git a/dev-php/xcache/xcache-2.0.0.ebuild b/dev-php/xcache/xcache-2.0.0.ebuild index b92afe40d004..3f5805516545 100644 --- a/dev-php/xcache/xcache-2.0.0.ebuild +++ b/dev-php/xcache/xcache-2.0.0.ebuild @@ -1,14 +1,14 @@ # 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-2.0.0.ebuild,v 1.1 2012/05/02 10:09:26 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-2.0.0.ebuild,v 1.2 2012/05/09 07:36:24 zmedico Exp $ +EAPI="4" PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="yes" PHPSAPILIST="apache2 cgi fpm" USE_PHP="php5-3 php5-4" -EAPI="4" inherit php-ext-source-r2 confutils DESCRIPTION="A fast and stable PHP opcode cacher" |