diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-03 20:58:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-03 21:02:06 +0200 |
commit | ca64cbd16789ea75d8f4105799380239e33bc879 (patch) | |
tree | 1bc49e035362b2e715fb43aae519653850531ae2 /dev-python/jsonpatch | |
parent | dev-python/jsonpickle: x86 stable wrt bug #720524 (diff) | |
download | gentoo-ca64cbd16789ea75d8f4105799380239e33bc879.tar.gz gentoo-ca64cbd16789ea75d8f4105799380239e33bc879.tar.bz2 gentoo-ca64cbd16789ea75d8f4105799380239e33bc879.zip |
dev-python/jsonpatch: x86 stable wrt bug #720526
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r-- | dev-python/jsonpatch/jsonpatch-1.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpatch/jsonpatch-1.25.ebuild b/dev-python/jsonpatch/jsonpatch-1.25.ebuild index e692f91dee43..29d72258211d 100644 --- a/dev-python/jsonpatch/jsonpatch-1.25.ebuild +++ b/dev-python/jsonpatch/jsonpatch-1.25.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]" |