diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-06-21 20:19:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-06-21 20:19:27 +0000 |
commit | d7d830a202f2139d24984e2d63ca90cb2bfc179b (patch) | |
tree | 3ca2fb78168e3dc0e4b7f1e877abc1a9a0ffdef4 /dev-perl/Parse-RecDescent | |
parent | alpha/ia64/sparc stable (diff) | |
download | gentoo-2-d7d830a202f2139d24984e2d63ca90cb2bfc179b.tar.gz gentoo-2-d7d830a202f2139d24984e2d63ca90cb2bfc179b.tar.bz2 gentoo-2-d7d830a202f2139d24984e2d63ca90cb2bfc179b.zip |
alpha/arm/ia64/s390/sh/sparc stable wrt #323529
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index 48418eef9c5e..f6491b1739c6 100644 --- a/dev-perl/Parse-RecDescent/ChangeLog +++ b/dev-perl/Parse-RecDescent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Parse-RecDescent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.38 2010/06/15 05:34:19 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.39 2010/06/21 20:19:27 armin76 Exp $ + + 21 Jun 2010; Raúl Porcel <armin76@gentoo.org> + Parse-RecDescent-1.965.001.ebuild: + alpha/arm/ia64/s390/sh/sparc stable wrt #323529 15 Jun 2010; Torsten Veller <tove@gentoo.org> Parse-RecDescent-1.965.001.ebuild: diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild index 50a73186d90a..33fec3a7ef4b 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild,v 1.2 2010/06/15 05:34:19 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild,v 1.3 2010/06/21 20:19:27 armin76 Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="virtual/perl-Text-Balanced |