diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-18 12:22:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-18 12:22:02 +0000 |
commit | 2ec35db1a76488bb9e4ad0cdb7b29422a6c4d995 (patch) | |
tree | 22c2af416a7895e410755978ca1a0004d5fd9a93 /dev-php/xcache | |
parent | Stable on alpha, bug #379559 (diff) | |
download | gentoo-2-2ec35db1a76488bb9e4ad0cdb7b29422a6c4d995.tar.gz gentoo-2-2ec35db1a76488bb9e4ad0cdb7b29422a6c4d995.tar.bz2 gentoo-2-2ec35db1a76488bb9e4ad0cdb7b29422a6c4d995.zip |
Stable for amd64, wrt bug #398537
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/xcache')
-rw-r--r-- | dev-php/xcache/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/xcache/xcache-1.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/xcache/ChangeLog b/dev-php/xcache/ChangeLog index c1a98bbe3b2f..66114cb8cfa7 100644 --- a/dev-php/xcache/ChangeLog +++ b/dev-php/xcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xcache -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.2 2011/10/12 16:00:34 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.3 2012/01/18 12:22:02 ago Exp $ + + 18 Jan 2012; Agostino Sarubbo <ago@gentoo.org> xcache-1.3.2.ebuild: + Stable for amd64, wrt bug #398537 *xcache-1.3.2 (12 Oct 2011) diff --git a/dev-php/xcache/xcache-1.3.2.ebuild b/dev-php/xcache/xcache-1.3.2.ebuild index 0ca86f9b8704..6e7fa5ecd033 100644 --- a/dev-php/xcache/xcache-1.3.2.ebuild +++ b/dev-php/xcache/xcache-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1 2011/10/12 16:00:34 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-1.3.2.ebuild,v 1.2 2012/01/18 12:22:02 ago Exp $ PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" @@ -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 |