diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-19 13:58:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-19 13:58:55 +0000 |
commit | bc0dcb0c56522790bdaf5a66e26dab48f2be9024 (patch) | |
tree | 2b11871aaf1b1b6027e6d0408790c6262a665121 /dev-perl/XML-Simple | |
parent | Stable for ppc, wrt bug #480036 (diff) | |
download | gentoo-2-bc0dcb0c56522790bdaf5a66e26dab48f2be9024.tar.gz gentoo-2-bc0dcb0c56522790bdaf5a66e26dab48f2be9024.tar.bz2 gentoo-2-bc0dcb0c56522790bdaf5a66e26dab48f2be9024.zip |
Stable for ppc, wrt bug #449628
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/XML-Simple')
-rw-r--r-- | dev-perl/XML-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/XML-Simple/ChangeLog b/dev-perl/XML-Simple/ChangeLog index b70b01bc6186..5f4327c9e6ed 100644 --- a/dev-perl/XML-Simple/ChangeLog +++ b/dev-perl/XML-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/XML-Simple # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.76 2013/02/25 21:15:50 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.77 2013/08/19 13:58:55 ago Exp $ + + 19 Aug 2013; Agostino Sarubbo <ago@gentoo.org> XML-Simple-2.200.0.ebuild: + Stable for ppc, wrt bug #449628 25 Feb 2013; Zac Medico <zmedico@gentoo.org> XML-Simple-2.200.0.ebuild: Add ~arm-linux keyword. diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild b/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild index d4c8477c7d4b..6d1f2be8e300 100644 --- a/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild +++ b/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild,v 1.2 2013/02/25 21:15:50 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild,v 1.3 2013/08/19 13:58:55 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-Storable |