diff options
author | Sam James <sam@gentoo.org> | 2020-11-26 10:44:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-26 10:45:54 +0000 |
commit | 6144233c30d50f1632112f3e7661475d558695ba (patch) | |
tree | 73d862bfa3c5d05039268173e28d72c2bddb7f36 /dev-python/pytest | |
parent | net-dialup/mwavem: port to EAPI 7 (diff) | |
download | gentoo-6144233c30d50f1632112f3e7661475d558695ba.tar.gz gentoo-6144233c30d50f1632112f3e7661475d558695ba.tar.bz2 gentoo-6144233c30d50f1632112f3e7661475d558695ba.zip |
dev-python/pytest: Stabilize 6.1.1 ppc, #756667
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-6.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-6.1.1.ebuild b/dev-python/pytest/pytest-6.1.1.ebuild index 7fe77702ac78..80ac5b35a8fe 100644 --- a/dev-python/pytest/pytest-6.1.1.ebuild +++ b/dev-python/pytest/pytest-6.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )" |