diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-03-15 17:06:33 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-15 10:41:24 +0100 |
commit | b4515bef603d72ad56eb5aa8a7aa7adb0b5b1e53 (patch) | |
tree | 184a21f10b5c50df32c914a00ddd3af7cfa67b1f /dev-python/commentjson | |
parent | media-video/ffmpegthumbnailer: Stabilize 2.2.2 arm, #833742 (diff) | |
download | gentoo-b4515bef603d72ad56eb5aa8a7aa7adb0b5b1e53.tar.gz gentoo-b4515bef603d72ad56eb5aa8a7aa7adb0b5b1e53.tar.bz2 gentoo-b4515bef603d72ad56eb5aa8a7aa7adb0b5b1e53.zip |
dev-python/commentjson: keyword 0.9.0 for ~riscv
Closes: https://bugs.gentoo.org/834857
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24572
Signed-off-by: Jakov Smolić <jsmolic@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 ed61f226e99a..d76e173d3810 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 ~riscv x86" RDEPEND=" dev-python/lark-parser[${PYTHON_USEDEP}]" |