summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/xcache/ChangeLog5
-rw-r--r--dev-php5/xcache/xcache-1.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xcache/ChangeLog b/dev-php5/xcache/ChangeLog
index fa0e928a4e62..70f67ab7c014 100644
--- a/dev-php5/xcache/ChangeLog
+++ b/dev-php5/xcache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/xcache
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.13 2008/01/04 13:30:54 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.14 2008/02/01 16:50:23 maekke Exp $
+
+ 01 Feb 2008; Markus Meier <maekke@gentoo.org> xcache-1.2.2.ebuild:
+ x86 stable, bug #208295
*xcache-1.2.2 (04 Jan 2008)
diff --git a/dev-php5/xcache/xcache-1.2.2.ebuild b/dev-php5/xcache/xcache-1.2.2.ebuild
index 4098863afc60..323bf52067f3 100644
--- a/dev-php5/xcache/xcache-1.2.2.ebuild
+++ b/dev-php5/xcache/xcache-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.2.ebuild,v 1.1 2008/01/04 13:30:54 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.2.ebuild,v 1.2 2008/02/01 16:50:23 maekke Exp $
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
@@ -9,7 +9,7 @@ PHPSAPILIST="apache2 cgi"
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/"