diff options
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.967.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index d84b3db9a7a9..c613ad1bcac4 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.60 2012/12/13 21:42:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.61 2012/12/27 08:40:47 armin76 Exp $ + + 27 Dec 2012; Raúl Porcel <armin76@gentoo.org> + Parse-RecDescent-1.967.9.ebuild: + alpha/s390/sh/sparc stable wrt #441248 13 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Parse-RecDescent-1.967.9.ebuild: diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild index be19e6f52b6c..e23ba5aacf28 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.967.9.ebuild,v 1.12 2012/12/13 21:42:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.9.ebuild,v 1.13 2012/12/27 08:40:47 armin76 Exp $ EAPI=4 @@ -11,7 +11,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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |