diff options
author | Markus Meier <maekke@gentoo.org> | 2013-01-13 13:51:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-01-13 13:51:17 +0000 |
commit | e34102516244b49b71d454211e2a8279853d273c (patch) | |
tree | b8f4c6987dfbf867534de9ea261b4e4b03d0cc52 /dev-perl | |
parent | add ~arm, bug #449762 (diff) | |
download | gentoo-2-e34102516244b49b71d454211e2a8279853d273c.tar.gz gentoo-2-e34102516244b49b71d454211e2a8279853d273c.tar.bz2 gentoo-2-e34102516244b49b71d454211e2a8279853d273c.zip |
add ~arm, bug #449762
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PPI/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PPI/PPI-1.215.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/PPI/ChangeLog b/dev-perl/PPI/ChangeLog index aaffb784bbff..c7db689bfba6 100644 --- a/dev-perl/PPI/ChangeLog +++ b/dev-perl/PPI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PPI -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/ChangeLog,v 1.44 2012/06/24 12:59:51 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/ChangeLog,v 1.45 2013/01/13 13:51:17 maekke Exp $ + + 13 Jan 2013; Markus Meier <maekke@gentoo.org> PPI-1.215.0.ebuild: + add ~arm, bug #449762 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/PPI/PPI-1.215.0.ebuild b/dev-perl/PPI/PPI-1.215.0.ebuild index 558d6ee2fa9c..b8a79b62fd8b 100644 --- a/dev-perl/PPI/PPI-1.215.0.ebuild +++ b/dev-perl/PPI/PPI-1.215.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/PPI-1.215.0.ebuild,v 1.4 2012/05/22 08:58:35 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/PPI-1.215.0.ebuild,v 1.5 2013/01/13 13:51:17 maekke Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND=" |