Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonrpclib/
Date: Sun, 31 Dec 2017 11:08:47
Message-Id: 1514718500.ea60072de7a6811d6007db0e553ce0016017c4eb.blueness@gentoo
1 commit: ea60072de7a6811d6007db0e553ce0016017c4eb
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 11:08:20 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 11:08:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea60072d
7
8 dev-python/jsonrpclib: stable on amd64, bug #642826
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild
16 index de6e1a8301b..1763e7a7893 100644
17 --- a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild
18 +++ b/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/tcalmant/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~mips ~x86"
24 + KEYWORDS="amd64 ~arm ~mips ~x86"
25 fi
26
27 DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"