diff options
-rw-r--r-- | dev-php5/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xcache/xcache-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xcache/ChangeLog b/dev-php5/xcache/ChangeLog index e1efd663c7ea..ab19a3b358ea 100644 --- a/dev-php5/xcache/ChangeLog +++ b/dev-php5/xcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/xcache # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.9 2007/08/16 09:46:00 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.10 2007/08/20 08:58:46 jokey Exp $ + + 20 Aug 2007; Markus Ullmann <jokey@gentoo.org> xcache-1.2.1.ebuild: + Stable on x86 wrt bug #189531 16 Aug 2007; Markus Ullmann <jokey@gentoo.org> xcache-1.2.1.ebuild: From hoffie: adding RESTRICT=test and s/CHANGELOG/ChangeLog/ diff --git a/dev-php5/xcache/xcache-1.2.1.ebuild b/dev-php5/xcache/xcache-1.2.1.ebuild index 60acfb940264..fcfe8f105c03 100644 --- a/dev-php5/xcache/xcache-1.2.1.ebuild +++ b/dev-php5/xcache/xcache-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.1.ebuild,v 1.2 2007/08/16 09:46:00 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.1.ebuild,v 1.3 2007/08/20 08:58:46 jokey Exp $ PHP_EXT_NAME="xcache" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="yes" inherit php-ext-source-r1 confutils -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" DESCRIPTION="A fast and stable PHP opcode cacher" HOMEPAGE="http://xcache.lighttpd.net/" |