diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 08:56:04 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 08:56:04 +0000 |
commit | b19acf5cf9664c9f31fd21b3932dfaa6fa22e2c1 (patch) | |
tree | 89f748c27071fd35f003dd5dc5b66eda99d16062 /dev-php4/xcache | |
parent | Stable on x86 wrt bug #186519 (diff) | |
download | gentoo-2-b19acf5cf9664c9f31fd21b3932dfaa6fa22e2c1.tar.gz gentoo-2-b19acf5cf9664c9f31fd21b3932dfaa6fa22e2c1.tar.bz2 gentoo-2-b19acf5cf9664c9f31fd21b3932dfaa6fa22e2c1.zip |
Stable on x86 wrt bug #189531
(Portage version: 2.1.3.5)
Diffstat (limited to 'dev-php4/xcache')
-rw-r--r-- | dev-php4/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/xcache/xcache-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/xcache/ChangeLog b/dev-php4/xcache/ChangeLog index 01b7a6d17e06..6b6c9e60c956 100644 --- a/dev-php4/xcache/ChangeLog +++ b/dev-php4/xcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/xcache # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.7 2007/08/16 08:53:59 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.8 2007/08/20 08:56:04 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.0.ebuild, xcache-1.2.1.ebuild: diff --git a/dev-php4/xcache/xcache-1.2.1.ebuild b/dev-php4/xcache/xcache-1.2.1.ebuild index 59a777d1411b..949aca780568 100644 --- a/dev-php4/xcache/xcache-1.2.1.ebuild +++ b/dev-php4/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-php4/xcache/xcache-1.2.1.ebuild,v 1.2 2007/08/16 08:53:59 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.1.ebuild,v 1.3 2007/08/20 08:56:04 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/" |