diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-24 14:56:39 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-24 14:56:39 +0000 |
commit | 6626bf24eca2aea3689852bfd3186524d9cde678 (patch) | |
tree | 8a7d2adde0a7f2872aaa76ea931e26d202a7501e /dev-php/php-tokenstream | |
parent | Stable on amd64 wrt bug #368293 (diff) | |
download | gentoo-2-6626bf24eca2aea3689852bfd3186524d9cde678.tar.gz gentoo-2-6626bf24eca2aea3689852bfd3186524d9cde678.tar.bz2 gentoo-2-6626bf24eca2aea3689852bfd3186524d9cde678.zip |
Stable on amd64 wrt bug #368293
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/php-tokenstream')
-rw-r--r-- | dev-php/php-tokenstream/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/php-tokenstream/ChangeLog b/dev-php/php-tokenstream/ChangeLog index 1589b1bd77af..53a2e8758e8e 100644 --- a/dev-php/php-tokenstream/ChangeLog +++ b/dev-php/php-tokenstream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php-tokenstream # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/ChangeLog,v 1.3 2011/05/23 10:25:04 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/ChangeLog,v 1.4 2011/05/24 14:56:39 hwoarang Exp $ + + 24 May 2011; Markos Chandras <hwoarang@gentoo.org> + php-tokenstream-1.0.1.ebuild: + Stable on amd64 wrt bug #368293 23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> php-tokenstream-1.0.1.ebuild: diff --git a/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild b/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild index e98a76e26705..5e1c4d280b2c 100644 --- a/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild +++ b/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild,v 1.3 2011/05/23 10:25:04 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild,v 1.4 2011/05/24 14:56:39 hwoarang Exp $ PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" PHP_PEAR_PN="PHP_TokenStream" @@ -9,7 +9,7 @@ inherit php-pear-lib-r1 DESCRIPTION="Wrapper around PHP's tokenizer extension" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="${RDEPEND} >=dev-php5/ezc-ConsoleTools-1.6" |