summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-07-09 10:54:31 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-07-09 10:59:29 +0200
commitfbd652f0b1848958de3b29aed1f558f8fb2fb500 (patch)
tree61c7a1b294265623e02f6e5d78e12923d602aa12 /dev-python/jsonrpclib
parentdev-python/jedi: x86 stable wrt bug #731420 (diff)
downloadgentoo-fbd652f0b1848958de3b29aed1f558f8fb2fb500.tar.gz
gentoo-fbd652f0b1848958de3b29aed1f558f8fb2fb500.tar.bz2
gentoo-fbd652f0b1848958de3b29aed1f558f8fb2fb500.zip
dev-python/jsonrpclib: x86 stable wrt bug #731422
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/jsonrpclib')
-rw-r--r--dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild
index a15fe8c0af0b..7257995d49aa 100644
--- a/dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/tcalmant/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 arm ~arm64 ~mips ~x86"
+ KEYWORDS="~amd64 arm ~arm64 ~mips x86"
fi
DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"