diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:22:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:59:59 +0000 |
commit | 2fee924544e9cf9f5215193c1f7b3d5377645553 (patch) | |
tree | b3c54b832b1d02505e363d58598de9ba10420c49 /dev-python/pytest-forked | |
parent | dev-python/pytest-fixture-config: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-2fee924544e9cf9f5215193c1f7b3d5377645553.tar.gz gentoo-2fee924544e9cf9f5215193c1f7b3d5377645553.tar.bz2 gentoo-2fee924544e9cf9f5215193c1f7b3d5377645553.zip |
dev-python/pytest-forked: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-forked')
-rw-r--r-- | dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild b/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild index b54117230464..036599bf6d73 100644 --- a/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild +++ b/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |