diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 22:32:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 22:38:27 +0100 |
commit | 0cd7ecd0cddcbee556df224d5681845cdeb1a2bc (patch) | |
tree | 9ef8f01c0bdeb57d1281cb9762f71ec430c98e39 /dev-python/commentjson | |
parent | dev-python/lark-parser: Stabilize 0.11.3 arm64, #805434 (diff) | |
download | gentoo-0cd7ecd0cddcbee556df224d5681845cdeb1a2bc.tar.gz gentoo-0cd7ecd0cddcbee556df224d5681845cdeb1a2bc.tar.bz2 gentoo-0cd7ecd0cddcbee556df224d5681845cdeb1a2bc.zip |
dev-python/commentjson: Stabilize 0.9.0 arm64, #805434
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/commentjson')
-rw-r--r-- | dev-python/commentjson/commentjson-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild index c33266a72944..38927494079c 100644 --- a/dev-python/commentjson/commentjson-0.9.0.ebuild +++ b/dev-python/commentjson/commentjson-0.9.0.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" RDEPEND=" dev-python/lark-parser[${PYTHON_USEDEP}]" |