diff options
author | Sam James <sam@gentoo.org> | 2020-07-11 21:38:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-11 21:42:38 +0000 |
commit | e2c19dbfc0252568208f8d9678ea4dee44d9c89a (patch) | |
tree | 55e07c8b290d7c3c3448551f5b631efd533d9eb7 /dev-python/pytest | |
parent | dev-python/hypothesis: s390 keyworded (bug #703174) (diff) | |
download | gentoo-e2c19dbfc0252568208f8d9678ea4dee44d9c89a.tar.gz gentoo-e2c19dbfc0252568208f8d9678ea4dee44d9c89a.tar.bz2 gentoo-e2c19dbfc0252568208f8d9678ea4dee44d9c89a.zip |
dev-python/pytest: s390 keyworded (bug #703174)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-5.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-5.4.3.ebuild b/dev-python/pytest/pytest-5.4.3.ebuild index ccf148d84c1f..7a531fe1ffb2 100644 --- a/dev-python/pytest/pytest-5.4.3.ebuild +++ b/dev-python/pytest/pytest-5.4.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |