diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-10-08 09:44:20 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-10-08 09:45:21 +0200 |
commit | 2a41e3fbae36f515f54ee6df26352a4e2bc7152a (patch) | |
tree | f0f03707253b899ab4ffb553d5633f4c652c1933 /dev-python/gast | |
parent | dev-python/astunparse: keyword 1.6.3 for ~riscv (diff) | |
download | gentoo-2a41e3fbae36f515f54ee6df26352a4e2bc7152a.tar.gz gentoo-2a41e3fbae36f515f54ee6df26352a4e2bc7152a.tar.bz2 gentoo-2a41e3fbae36f515f54ee6df26352a4e2bc7152a.zip |
dev-python/gast: keyword 0.5.2 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r-- | dev-python/gast/gast-0.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gast/gast-0.5.2.ebuild b/dev-python/gast/gast-0.5.2.ebuild index e786aa784ac0..9677483225b9 100644 --- a/dev-python/gast/gast-0.5.2.ebuild +++ b/dev-python/gast/gast-0.5.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~sparc x86" +KEYWORDS="amd64 ~riscv ~sparc x86" BDEPEND=" test? ( dev-python/astunparse[${PYTHON_USEDEP}] )" |