commit: bef5d479db60a88f832ae6c22aed8891212d0f95
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 9 10:55:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 9 10:55:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef5d479
dev-python/jsonrpclib: Stabilize 0.4.1 ALLARCHES, #731422
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild
b/dev-python/jsonrpclib/jsonrpclib-0.4.1.ebuild
index 7257995d49a..da371501d21 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)"