commit: a65bd1f83753c5198fe97ceb62f693e2aee8a3c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 15:49:33 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 15:49:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65bd1f8
dev-python/jsonrpclib: Stabilize 0.4.2 ALLARCHES, #758284
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/jsonrpclib/jsonrpclib-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.2.ebuild
b/dev-python/jsonrpclib/jsonrpclib-0.4.2.ebuild
index 5934ddc40bb..c59156b5aed 100644
--- a/dev-python/jsonrpclib/jsonrpclib-0.4.2.ebuild
+++ b/dev-python/jsonrpclib/jsonrpclib-0.4.2.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)"