diff options
author | 2022-05-15 10:14:57 +0200 | |
---|---|---|
committer | 2022-05-15 10:14:57 +0200 | |
commit | 051a1d17b2bce2ecf4ef437c313befd94253d356 (patch) | |
tree | 2b260665b5651965222af45d1e9ca501704ca049 /dev-python/pytest | |
parent | dev-python/rpyc: Stabilize 5.1.0 ALLARCHES, #844838 (diff) | |
download | gentoo-051a1d17b2bce2ecf4ef437c313befd94253d356.tar.gz gentoo-051a1d17b2bce2ecf4ef437c313befd94253d356.tar.bz2 gentoo-051a1d17b2bce2ecf4ef437c313befd94253d356.zip |
dev-python/pytest: Stabilize 7.1.2 ALLARCHES, #844841
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-7.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-7.1.2.ebuild b/dev-python/pytest/pytest-7.1.2.ebuild index aba0345dc7b7..877b50d9abda 100644 --- a/dev-python/pytest/pytest-7.1.2.ebuild +++ b/dev-python/pytest/pytest-7.1.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |