diff options
Diffstat (limited to 'dev-php/xcache/xcache-3.0.1.ebuild')
-rw-r--r-- | dev-php/xcache/xcache-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xcache/xcache-3.0.1.ebuild b/dev-php/xcache/xcache-3.0.1.ebuild index 65eeda3ae1ac..71eed605928f 100644 --- a/dev-php/xcache/xcache-3.0.1.ebuild +++ b/dev-php/xcache/xcache-3.0.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.1 2013/03/01 12:21:36 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.1.ebuild,v 1.2 2013/04/16 16:52:14 ago Exp $ EAPI="4" PHP_EXT_NAME="xcache" @@ -16,7 +16,7 @@ SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" # make test would just run php's test and as such need the full php source |