diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 15:22:35 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 15:22:35 +0000 |
commit | 4096e716a7f9009934bc6b17c793a0e9341cd70c (patch) | |
tree | 53d11097cdea20660b32541fee9fc9b0482e27ce /dev-php5/xcache | |
parent | Stable on amd64 wrt bug #350417 (diff) | |
download | historical-4096e716a7f9009934bc6b17c793a0e9341cd70c.tar.gz historical-4096e716a7f9009934bc6b17c793a0e9341cd70c.tar.bz2 historical-4096e716a7f9009934bc6b17c793a0e9341cd70c.zip |
Stable on amd64 wrt bug #349659
Package-Manager: portage-2.1.9.28/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/xcache')
-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 |