diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-01-15 18:11:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-01-15 18:11:32 +0000 |
commit | 60a51031f34c06d4b8fd5c006f579238e12e4d31 (patch) | |
tree | 90c34f7a50276124be8c8ff461b843547377707d /dev-perl/JSON | |
parent | Initial import from overlay 'graaff'. (diff) | |
download | gentoo-2-60a51031f34c06d4b8fd5c006f579238e12e4d31.tar.gz gentoo-2-60a51031f34c06d4b8fd5c006f579238e12e4d31.tar.bz2 gentoo-2-60a51031f34c06d4b8fd5c006f579238e12e4d31.zip |
alpha/ia64/sparc stable wrt #393397
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.530.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 6a4b40aae1e7..da7d1b982119 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.38 2011/12/22 22:33:03 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.39 2012/01/15 18:11:32 armin76 Exp $ + + 15 Jan 2012; Raúl Porcel <armin76@gentoo.org> JSON-2.530.0.ebuild: + alpha/ia64/sparc stable wrt #393397 22 Dec 2011; Markus Meier <maekke@gentoo.org> JSON-2.530.0.ebuild: x86 stable, bug #393397 diff --git a/dev-perl/JSON/JSON-2.530.0.ebuild b/dev-perl/JSON/JSON-2.530.0.ebuild index a0ec0a21df44..28800024033f 100644 --- a/dev-perl/JSON/JSON-2.530.0.ebuild +++ b/dev-perl/JSON/JSON-2.530.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild,v 1.4 2011/12/22 22:33:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild,v 1.5 2012/01/15 18:11:32 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x64-macos ~x86-solaris" IUSE="" SRC_TEST="do" |