diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-16 16:52:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-16 16:52:14 +0000 |
commit | de22dd3eeb2e7a6422b9a7c1df0f57d17cb883fc (patch) | |
tree | b99382a5810a33382fecfc30fd7a4482bad953dc /dev-php/xcache | |
parent | Put FAH-EULA-2009 into the EULA group (diff) | |
download | gentoo-2-de22dd3eeb2e7a6422b9a7c1df0f57d17cb883fc.tar.gz gentoo-2-de22dd3eeb2e7a6422b9a7c1df0f57d17cb883fc.tar.bz2 gentoo-2-de22dd3eeb2e7a6422b9a7c1df0f57d17cb883fc.zip |
Stable for amd64, wrt bug #466064
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/xcache')
-rw-r--r-- | dev-php/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xcache/xcache-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xcache/ChangeLog b/dev-php/xcache/ChangeLog index 281bf4d49798..9eea8be79b4c 100644 --- a/dev-php/xcache/ChangeLog +++ b/dev-php/xcache/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2013/03/05 10:18:15 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.14 2013/04/16 16:52:14 ago Exp $ + + 16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xcache-3.0.1.ebuild: + Stable for amd64, wrt bug #466064 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> -xcache-1.3.2.ebuild, -xcache-2.0.1.ebuild, -xcache-3.0.0.ebuild: 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 |