summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2011-03-13 21:43:38 +0000
committerMarkus Meier <maekke@gentoo.org>2011-03-13 21:43:38 +0000
commit3f8af6a1d046988fce6cca424253c816fa78ddb6 (patch)
tree10a0df07f1ff54176b349afff1cb6058857eaffd /perl-core/JSON-PP
parentarm stable, bug #356941 (diff)
downloadhistorical-3f8af6a1d046988fce6cca424253c816fa78ddb6.tar.gz
historical-3f8af6a1d046988fce6cca424253c816fa78ddb6.tar.bz2
historical-3f8af6a1d046988fce6cca424253c816fa78ddb6.zip
add ~arm, bug #357599
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'perl-core/JSON-PP')
-rw-r--r--perl-core/JSON-PP/ChangeLog5
-rw-r--r--perl-core/JSON-PP/JSON-PP-2.271.50.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/JSON-PP/ChangeLog b/perl-core/JSON-PP/ChangeLog
index b52ecd409689..3daab0c4eade 100644
--- a/perl-core/JSON-PP/ChangeLog
+++ b/perl-core/JSON-PP/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/JSON-PP
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/ChangeLog,v 1.5 2011/03/08 14:35:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/ChangeLog,v 1.6 2011/03/13 21:41:37 maekke Exp $
+
+ 13 Mar 2011; Markus Meier <maekke@gentoo.org> JSON-PP-2.271.50.ebuild:
+ add ~arm, bug #357599
08 Mar 2011; Jeroen Roovers <jer@gentoo.org> JSON-PP-2.271.40.ebuild,
JSON-PP-2.271.50.ebuild:
diff --git a/perl-core/JSON-PP/JSON-PP-2.271.50.ebuild b/perl-core/JSON-PP/JSON-PP-2.271.50.ebuild
index aa0910f120f8..e91bfa7a7479 100644
--- a/perl-core/JSON-PP/JSON-PP-2.271.50.ebuild
+++ b/perl-core/JSON-PP/JSON-PP-2.271.50.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/JSON-PP-2.271.50.ebuild,v 1.2 2011/03/08 14:35:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/JSON-PP-2.271.50.ebuild,v 1.3 2011/03/13 21:41:37 maekke Exp $
EAPI=3
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="JSON::XS compatible pure-Perl module"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="!!<dev-perl/JSON-2.50"