diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 15:22:15 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 15:22:15 +0000 |
commit | db295016389ce3fc5222c8147e775d4232a4aee0 (patch) | |
tree | 623ef7b504c589e02642cf74d6b8ca43a5d92c55 /dev-php5 | |
parent | Stable on amd64 wrt bug #349659 (diff) | |
download | gentoo-2-db295016389ce3fc5222c8147e775d4232a4aee0.tar.gz gentoo-2-db295016389ce3fc5222c8147e775d4232a4aee0.tar.bz2 gentoo-2-db295016389ce3fc5222c8147e775d4232a4aee0.zip |
Stable on amd64 wrt bug #349659
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xcache/xcache-1.3.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xcache/ChangeLog b/dev-php5/xcache/ChangeLog index 2434b35b6a89..2f1a4d865434 100644 --- a/dev-php5/xcache/ChangeLog +++ b/dev-php5/xcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/xcache # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.22 2011/01/03 16:06:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.23 2011/01/04 15:22:15 hwoarang Exp $ + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> xcache-1.3.0-r2.ebuild: + Stable on amd64 wrt bug #349659 03 Jan 2011; Christian Faulhammer <fauli@gentoo.org> xcache-1.3.0-r2.ebuild: diff --git a/dev-php5/xcache/xcache-1.3.0-r2.ebuild b/dev-php5/xcache/xcache-1.3.0-r2.ebuild index 32a92d442470..413e223f06ef 100644 --- a/dev-php5/xcache/xcache-1.3.0-r2.ebuild +++ b/dev-php5/xcache/xcache-1.3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.3.0-r2.ebuild,v 1.2 2011/01/03 16:06:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.3.0-r2.ebuild,v 1.3 2011/01/04 15:22:15 hwoarang 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 |