From: Michał Górny Date: Wed, 25 Mar 2020 12:57:16 +0000 (+0100) Subject: dev-python/jsonrpclib: Stabilize 0.4.0 ALLARCHES X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0efcd7544c69877cd04776ad648d607628f5d485;p=gentoo.git dev-python/jsonrpclib: Stabilize 0.4.0 ALLARCHES Signed-off-by: Michał Górny --- diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild index 39a56fdc78b7..da371501d210 100644 --- a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild +++ b/dev-python/jsonrpclib/jsonrpclib-0.4.0.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)"