From: Aaron Bauman Date: Wed, 4 Dec 2019 06:17:42 +0000 (-0500) Subject: dev-python/jsonrpclib: arm64 stable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f4ee0f453efb6d2454be60ef2652e23a72f4269;p=gentoo.git dev-python/jsonrpclib: arm64 stable Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.80, Repoman-2.3.19 --- diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild index 76910f75f0bf..90a5531a70c2 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 ~mips ~x86" + KEYWORDS="amd64 ~arm arm64 ~mips ~x86" fi DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"