diff options
author | Sam James <sam@gentoo.org> | 2020-07-30 19:24:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-30 19:35:01 +0000 |
commit | f40ddcf085f1ea47b5467d9a802082c48da039f5 (patch) | |
tree | bc16b42022b6fe68c779288511a6b5e50f6d15f5 /dev-python/jsonpatch | |
parent | dev-python/idna: arm64 stable (bug #734418) (diff) | |
download | gentoo-f40ddcf085f1ea47b5467d9a802082c48da039f5.tar.gz gentoo-f40ddcf085f1ea47b5467d9a802082c48da039f5.tar.bz2 gentoo-f40ddcf085f1ea47b5467d9a802082c48da039f5.zip |
dev-python/jsonpatch: arm64 stable (bug #734426)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r-- | dev-python/jsonpatch/jsonpatch-1.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpatch/jsonpatch-1.26.ebuild b/dev-python/jsonpatch/jsonpatch-1.26.ebuild index 42c0a898ac34..1fc20f1edc75 100644 --- a/dev-python/jsonpatch/jsonpatch-1.26.ebuild +++ b/dev-python/jsonpatch/jsonpatch-1.26.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |