diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 21:15:50 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 21:15:50 +0000 |
commit | 29399927ea45213b166de356873e1417c3682146 (patch) | |
tree | 22f932c6f5d0a72f6375e76e89055250aa0fb66d /dev-perl/XML-Simple | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-29399927ea45213b166de356873e1417c3682146.tar.gz gentoo-2-29399927ea45213b166de356873e1417c3682146.tar.bz2 gentoo-2-29399927ea45213b166de356873e1417c3682146.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
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.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/XML-Simple/ChangeLog b/dev-perl/XML-Simple/ChangeLog index b19b458ac4eb..b70b01bc6186 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.75 2012/06/28 18:56:31 tove Exp $ +# 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 $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> XML-Simple-2.200.0.ebuild: + Add ~arm-linux keyword. *XML-Simple-2.200.0 (28 Jun 2012) 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 e40d3989d536..d4c8477c7d4b 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-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/XML-Simple/XML-Simple-2.200.0.ebuild,v 1.1 2012/06/28 18:56:31 tove Exp $ +# $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 $ 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 ~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 |