diff options
author | 2011-01-27 19:12:51 +0000 | |
---|---|---|
committer | 2011-01-27 19:12:51 +0000 | |
commit | 4635eadfd004d6798cfe216248ba1032bc157a3b (patch) | |
tree | 8a999eaf531c75df166d55c061aaa7ba4558fb1f /dev-perl/JSON-RPC | |
parent | Added a version that supports minor version slotting (bug 352978) (diff) | |
download | historical-4635eadfd004d6798cfe216248ba1032bc157a3b.tar.gz historical-4635eadfd004d6798cfe216248ba1032bc157a3b.tar.bz2 historical-4635eadfd004d6798cfe216248ba1032bc157a3b.zip |
ppc64 stable wrt #346403
Package-Manager: portage-2.1.9.25/cvs/Linux ppc64
Diffstat (limited to 'dev-perl/JSON-RPC')
-rw-r--r-- | dev-perl/JSON-RPC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JSON-RPC/JSON-RPC-0.96.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/JSON-RPC/ChangeLog b/dev-perl/JSON-RPC/ChangeLog index 528465f39da8..ba2f7eb57b1f 100644 --- a/dev-perl/JSON-RPC/ChangeLog +++ b/dev-perl/JSON-RPC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON-RPC # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/ChangeLog,v 1.7 2011/01/27 16:18:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/ChangeLog,v 1.8 2011/01/27 19:09:30 xarthisius Exp $ + + 27 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> JSON-RPC-0.96.ebuild: + ppc64 stable wrt #346403 27 Jan 2011; Brent Baude <ranger@gentoo.org> JSON-RPC-0.96.ebuild: Marking JSON-RPC-0.96 ppc stable for bug 346403 diff --git a/dev-perl/JSON-RPC/JSON-RPC-0.96.ebuild b/dev-perl/JSON-RPC/JSON-RPC-0.96.ebuild index 0a3e831f9aad..a4178f06b04e 100644 --- a/dev-perl/JSON-RPC/JSON-RPC-0.96.ebuild +++ b/dev-perl/JSON-RPC/JSON-RPC-0.96.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/dev-perl/JSON-RPC/JSON-RPC-0.96.ebuild,v 1.7 2011/01/27 16:18:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-0.96.ebuild,v 1.8 2011/01/27 19:09:30 xarthisius Exp $ EAPI="2" @@ -12,7 +12,7 @@ DESCRIPTION="Perl implementation of JSON-RPC 1.1 protocol" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="dev-perl/libwww-perl |