diff options
author | Sam James <sam@gentoo.org> | 2021-03-17 02:15:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-17 02:15:07 +0000 |
commit | 302ece03ea89fb070f7b8fc4c62814ed65294b9a (patch) | |
tree | e0e15578fa0db6636de11162cf61e62f3ad36eb1 /dev-python/jsonpickle | |
parent | sys-cluster/drbd-utils: fix systemd unit libdir (diff) | |
download | gentoo-302ece03ea89fb070f7b8fc4c62814ed65294b9a.tar.gz gentoo-302ece03ea89fb070f7b8fc4c62814ed65294b9a.tar.bz2 gentoo-302ece03ea89fb070f7b8fc4c62814ed65294b9a.zip |
dev-python/jsonpickle: Stabilize 2.0.0 ALLARCHES, #776088
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/jsonpickle')
-rw-r--r-- | dev-python/jsonpickle/jsonpickle-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild b/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild index cfb3bc401537..629cee7b6893 100644 --- a/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild +++ b/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" # There are optional json backends serializer/deserializers in addition to those selected here # jsonlib, yajl. |