diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-26 06:40:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-26 06:40:57 +0200 |
commit | 681b384fe405c759e16b7fd6a5a968639a7b41ef (patch) | |
tree | c98a0129ed55255cbea1b811ebc084b3d6d6e546 /dev-python/gast | |
parent | dev-python/flask-security: amd64/x86 stable (ALLARCHES policy) wrt bug #810369 (diff) | |
download | gentoo-681b384fe405c759e16b7fd6a5a968639a7b41ef.tar.gz gentoo-681b384fe405c759e16b7fd6a5a968639a7b41ef.tar.bz2 gentoo-681b384fe405c759e16b7fd6a5a968639a7b41ef.zip |
dev-python/gast: amd64/x86 stable (ALLARCHES policy) wrt bug #810371
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@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 f25219967d31..f8d24cb607b3 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 ~x86" +KEYWORDS="amd64 x86" BDEPEND=" test? ( dev-python/astunparse[${PYTHON_USEDEP}] )" |