summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-03-08 19:42:07 +0000
committerPeter Volkov <pva@gentoo.org>2008-03-08 19:42:07 +0000
commit9bd0b2dae4356a2a2d47d29104bb861a4bc3a4e4 (patch)
treed9bdc857bb8f400f696f9879a25ba61986c1179e /dev-php5/xcache
parentamd64 stable, security bug #212170. (diff)
downloadgentoo-2-9bd0b2dae4356a2a2d47d29104bb861a4bc3a4e4.tar.gz
gentoo-2-9bd0b2dae4356a2a2d47d29104bb861a4bc3a4e4.tar.bz2
gentoo-2-9bd0b2dae4356a2a2d47d29104bb861a4bc3a4e4.zip
amd64 stable.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php5/xcache')
-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 70f67ab7c014..c93e177a4b7e 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.14 2008/02/01 16:50:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/ChangeLog,v 1.15 2008/03/08 19:42:07 pva Exp $
+
+ 08 Mar 2008; <pva@gentoo.org> xcache-1.2.2.ebuild:
+ amd64 stable.
01 Feb 2008; Markus Meier <maekke@gentoo.org> xcache-1.2.2.ebuild:
x86 stable, bug #208295
diff --git a/dev-php5/xcache/xcache-1.2.2.ebuild b/dev-php5/xcache/xcache-1.2.2.ebuild
index 323bf52067f3..26b6aee96782 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.2 2008/02/01 16:50:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.2.2.ebuild,v 1.3 2008/03/08 19:42:07 pva 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/"