diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 22:06:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 22:06:22 +0000 |
commit | 934f18723df8c0a7aaf0f68d75e47eae0bfd16ee (patch) | |
tree | d14bf9861a309c324ff82486ebb56b275ac83dda /dev-python/pytest | |
parent | dev-python/prompt_toolkit: Stabilize 3.0.14 ALLARCHES, #772506 (diff) | |
download | gentoo-934f18723df8c0a7aaf0f68d75e47eae0bfd16ee.tar.gz gentoo-934f18723df8c0a7aaf0f68d75e47eae0bfd16ee.tar.bz2 gentoo-934f18723df8c0a7aaf0f68d75e47eae0bfd16ee.zip |
dev-python/pytest: Stabilize 6.2.2 ALLARCHES, #772518
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-6.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-6.2.2.ebuild b/dev-python/pytest/pytest-6.2.2.ebuild index 173f3694ca7a..68c99e5b183b 100644 --- a/dev-python/pytest/pytest-6.2.2.ebuild +++ b/dev-python/pytest/pytest-6.2.2.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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |