diff options
author | Markus Meier <maekke@gentoo.org> | 2013-08-24 08:55:31 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-08-24 08:55:31 +0000 |
commit | 89fd530100d89484e0147a350e7b4bb95e3df7d6 (patch) | |
tree | 1e1a67ed56578a715166324db683a74aaa0e432b /dev-perl/XML-Simple | |
parent | arm stable, bug #449606 (diff) | |
download | gentoo-2-89fd530100d89484e0147a350e7b4bb95e3df7d6.tar.gz gentoo-2-89fd530100d89484e0147a350e7b4bb95e3df7d6.tar.bz2 gentoo-2-89fd530100d89484e0147a350e7b4bb95e3df7d6.zip |
arm stable, bug #449628
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 714e1ae946f0..3f85e0d6357d 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.80 2013/08/23 21:39:23 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.81 2013/08/24 08:55:31 maekke Exp $ + + 24 Aug 2013; Markus Meier <maekke@gentoo.org> XML-Simple-2.200.0.ebuild: + arm stable, bug #449628 23 Aug 2013; Mikle Kolyada <zlogene@gentoo.org> XML-Simple-2.200.0.ebuild: alpha stable wrt bug #449628 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 eaae7081bbbc..8696e70e57d9 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.6 2013/08/23 21:39:23 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild,v 1.7 2013/08/24 08:55:31 maekke 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 |