diff options
author | Markus Meier <maekke@gentoo.org> | 2008-02-01 16:50:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-02-01 16:50:23 +0000 |
commit | b3d2ecc35cb9081d015e0d165e6b803de9846971 (patch) | |
tree | 4c75b26df82944a0d7ed10264bc1083a6395ed7d /dev-php5/xcache | |
parent | Slotmove for app-editors/emacs-cvs after merge of unicode-2 branch. (diff) | |
download | gentoo-2-b3d2ecc35cb9081d015e0d165e6b803de9846971.tar.gz gentoo-2-b3d2ecc35cb9081d015e0d165e6b803de9846971.tar.bz2 gentoo-2-b3d2ecc35cb9081d015e0d165e6b803de9846971.zip |
x86 stable, bug #208295
(Portage version: 2.1.4)
Diffstat (limited to 'dev-php5/xcache')
-rw-r--r-- | dev-php5/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xcache/xcache-1.2.2.ebuild | 4 |
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/" |