diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-24 15:45:19 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-24 15:45:19 +0000 |
commit | 13ce50c67e5f1e2a2b824f277803f3fd6ad270cd (patch) | |
tree | 0b635135d6b13b1a651586317821bedb93b5565e /dev-perl/XML-Simple | |
parent | add ~x86, bug #481474 (diff) | |
download | gentoo-2-13ce50c67e5f1e2a2b824f277803f3fd6ad270cd.tar.gz gentoo-2-13ce50c67e5f1e2a2b824f277803f3fd6ad270cd.tar.bz2 gentoo-2-13ce50c67e5f1e2a2b824f277803f3fd6ad270cd.zip |
ia64 stable wrt bug #449628
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
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 3f85e0d6357d..34c149b68220 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.81 2013/08/24 08:55:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.82 2013/08/24 15:45:19 zlogene Exp $ + + 24 Aug 2013; Mikle Kolyada <zlogene@gentoo.org> XML-Simple-2.200.0.ebuild: + ia64 stable wrt bug #449628 24 Aug 2013; Markus Meier <maekke@gentoo.org> XML-Simple-2.200.0.ebuild: arm stable, 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 8696e70e57d9..fdd32cf25b09 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.7 2013/08/24 08:55:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild,v 1.8 2013/08/24 15:45:19 zlogene 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 |