Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-asyncio/
Date: Wed, 01 Jan 2020 03:22:46
Message-Id: 1577842484.27827d708777b28f8dbacf52ef917ed126a6413e.gyakovlev@gentoo
1 commit: 27827d708777b28f8dbacf52ef917ed126a6413e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 01:34:44 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 01:34:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27827d70
7
8 dev-python/pytest-asyncio: keyword on ~ppc64
9
10 tests pass
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
19 index ee183d8b807..080e363ecfa 100644
20 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
21 +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2019 Gentoo Authors
24 +# Copyright 2019-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $
29
30 LICENSE="Apache-2.0"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="~amd64 ~ppc64 ~x86"
34 IUSE="test"
35 RESTRICT="!test? ( test )"