dev-python/jsonrpclib: Stabilize 0.4.0 ALLARCHES
authorMichał Górny <mgorny@gentoo.org>
Wed, 25 Mar 2020 12:57:16 +0000 (13:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 25 Mar 2020 13:00:00 +0000 (14:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild

index 39a56fdc78b79469cf764344dfcc1812b40e4811..da371501d2106072b99dd2f654b54acb0729ad43 100644 (file)
@@ -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)"