diff options
author | Sam James <sam@gentoo.org> | 2020-07-20 02:32:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-20 02:32:30 +0000 |
commit | 263f2cfb3f31d359cb11b6d7a3b8bef5b22809ac (patch) | |
tree | 4abbd796aa09cd8fdfb1a869c7062578c233c5c3 /dev-python/async_generator | |
parent | dev-python/pytest-asyncio: arm stable (bug #722218) (diff) | |
download | gentoo-263f2cfb3f31d359cb11b6d7a3b8bef5b22809ac.tar.gz gentoo-263f2cfb3f31d359cb11b6d7a3b8bef5b22809ac.tar.bz2 gentoo-263f2cfb3f31d359cb11b6d7a3b8bef5b22809ac.zip |
dev-python/async_generator: arm stable (bug #722218)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/async_generator')
-rw-r--r-- | dev-python/async_generator/async_generator-1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/async_generator/async_generator-1.10.ebuild b/dev-python/async_generator/async_generator-1.10.ebuild index b9f080574056..1af0c9d9785d 100644 --- a/dev-python/async_generator/async_generator-1.10.ebuild +++ b/dev-python/async_generator/async_generator-1.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86" DOCS=( README.rst ) |