summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-04 01:17:42 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-04 01:46:09 -0500
commit8f4ee0f453efb6d2454be60ef2652e23a72f4269 (patch)
tree8c90d2397702b98d1c1e2f09de358d476987b135 /dev-python/jsonrpclib
parentdev-python/minidb: arm64 stable (diff)
downloadgentoo-8f4ee0f453efb6d2454be60ef2652e23a72f4269.tar.gz
gentoo-8f4ee0f453efb6d2454be60ef2652e23a72f4269.tar.bz2
gentoo-8f4ee0f453efb6d2454be60ef2652e23a72f4269.zip
dev-python/jsonrpclib: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
Diffstat (limited to 'dev-python/jsonrpclib')
-rw-r--r--dev-python/jsonrpclib/jsonrpclib-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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)"