diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-30 18:11:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-30 18:20:44 +0200 |
commit | 7295614d8ad06be2945023c1092ade45093705cc (patch) | |
tree | da75dea954075b00cc724f94ffb728493b0483bb /dev-python | |
parent | dev-python/async_generator: Keyword 1.10 ppc, #721140 (diff) | |
download | gentoo-7295614d8ad06be2945023c1092ade45093705cc.tar.gz gentoo-7295614d8ad06be2945023c1092ade45093705cc.tar.bz2 gentoo-7295614d8ad06be2945023c1092ade45093705cc.zip |
dev-python/pytest-asyncio: Keyword 0.12.0 ppc, #721140
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild index 7297c5e8894c..427e7177d872 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" RDEPEND=" >=dev-python/pytest-5.4.0" |