Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-asyncio/
Date: Sat, 30 May 2020 16:21:03
Message-Id: 1590855644.7295614d8ad06be2945023c1092ade45093705cc.mgorny@gentoo
1 commit: 7295614d8ad06be2945023c1092ade45093705cc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 16:11:40 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 16:20:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7295614d
7
8 dev-python/pytest-asyncio: Keyword 0.12.0 ppc, #721140
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
16 index 7297c5e8894..427e7177d87 100644
17 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
18 +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
25
26 RDEPEND="
27 >=dev-python/pytest-5.4.0"