Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-asyncio/
Date: Fri, 31 Jul 2020 01:37:41
Message-Id: 1596159448.3051829a44db9b843db1d80b2dcac94a701758d2.sam@gentoo
1 commit: 3051829a44db9b843db1d80b2dcac94a701758d2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 01:37:28 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 01:37:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3051829a
7
8 dev-python/pytest-asyncio: ALLARCHES stable (via arm, bug #734468)
9
10 Closes: https://bugs.gentoo.org/734468
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
18 index 3b9032bc9b9..3b6370c3ca0 100644
19 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
20 +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
27
28 RDEPEND="
29 >=dev-python/pytest-5.4.0"