diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-31 17:34:44 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-31 17:34:44 -0800 |
commit | 27827d708777b28f8dbacf52ef917ed126a6413e (patch) | |
tree | 4dadd34e068cb028d6b3ad70425fedc6bd4dfb62 /dev-python/pytest-asyncio | |
parent | dev-python/async_generator: keyword on ~ppc64 (diff) | |
download | gentoo-27827d708777b28f8dbacf52ef917ed126a6413e.tar.gz gentoo-27827d708777b28f8dbacf52ef917ed126a6413e.tar.bz2 gentoo-27827d708777b28f8dbacf52ef917ed126a6413e.zip |
dev-python/pytest-asyncio: keyword on ~ppc64
tests pass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
-rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild index ee183d8b8079..080e363ecfa2 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |