diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:57:38 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 06:57:38 +0000 |
commit | db277a1004b49392e5bc71dd4631c00b5ac3fe05 (patch) | |
tree | bec8f998632678e1ff35fe9464aa89b6caa13592 /dev-perl/XML-Simple | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-db277a1004b49392e5bc71dd4631c00b5ac3fe05.tar.gz gentoo-2-db277a1004b49392e5bc71dd4631c00b5ac3fe05.tar.bz2 gentoo-2-db277a1004b49392e5bc71dd4631c00b5ac3fe05.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-perl/XML-Simple')
-rw-r--r-- | dev-perl/XML-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/XML-Simple/ChangeLog b/dev-perl/XML-Simple/ChangeLog index fbcde06a97a0..47a8a9a7fa8a 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.87 2014/10/20 12:21:10 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.88 2015/03/03 06:57:38 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> XML-Simple-2.200.0-r1.ebuild: + add arm64 support, tested on A53 board 20 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -XML-Simple-2.180.0.ebuild: Drop old. diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild b/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild index cafd25c07f66..1cb1b2b83811 100644 --- a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild +++ b/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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-r1.ebuild,v 1.1 2014/08/20 17:31:36 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild,v 1.2 2015/03/03 06:57:38 dlan Exp $ EAPI=5 @@ -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 ~arm64 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 |