Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonrpclib/
Date: Tue, 03 Dec 2019 03:02:37
Message-Id: 1575342137.c9ff71bb4c3b18e71a6ad85a6772a66d541430c7.bman@gentoo
1 commit: c9ff71bb4c3b18e71a6ad85a6772a66d541430c7
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 3 02:59:37 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 03:02:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ff71bb
7
8 dev-python/jsonrpclib: amd64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12
13 dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
17 index c7b359ea537..76910f75f0b 100644
18 --- a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
19 +++ b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/tcalmant/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~mips ~x86"
25 + KEYWORDS="amd64 ~arm ~mips ~x86"
26 fi
27
28 DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"