diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-23 10:25:04 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-23 10:25:04 +0000 |
commit | da22e5f89aee77ac2282e1f559bdce923a7ee2be (patch) | |
tree | bce047e673647a6c25b68667fbd96371c8abf5be /dev-php/php-tokenstream | |
parent | x86 stable wrt bug #368293 (diff) | |
download | gentoo-2-da22e5f89aee77ac2282e1f559bdce923a7ee2be.tar.gz gentoo-2-da22e5f89aee77ac2282e1f559bdce923a7ee2be.tar.bz2 gentoo-2-da22e5f89aee77ac2282e1f559bdce923a7ee2be.zip |
x86 stable wrt bug #368293
(Portage version: 2.1.9.42/cvs/Linux i686)
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 75545453b259..1589b1bd77af 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.2 2011/03/26 10:40:58 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/ChangeLog,v 1.3 2011/05/23 10:25:04 phajdan.jr Exp $ + + 23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + php-tokenstream-1.0.1.ebuild: + x86 stable wrt bug #368293 *php-tokenstream-1.0.1 (26 Mar 2011) 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 ab938613fa70..e98a76e26705 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.2 2011/04/16 12:58:22 olemarkus Exp $ +# $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 $ 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" |