diff options
author | 2021-01-13 21:55:50 +0000 | |
---|---|---|
committer | 2021-01-13 21:55:50 +0000 | |
commit | 32ef55aad48c23cb15f67be7624e362f1b898296 (patch) | |
tree | 2d9f08410af971ad6622f2409a32f48fd25ad8b5 | |
parent | dev-python/cryptography: Stabilize 3.3.1 arm64, #765280 (diff) | |
download | gentoo-32ef55aad48c23cb15f67be7624e362f1b898296.tar.gz gentoo-32ef55aad48c23cb15f67be7624e362f1b898296.tar.bz2 gentoo-32ef55aad48c23cb15f67be7624e362f1b898296.zip |
dev-python/pytest: Stabilize 6.2.0 ALLARCHES, #765292
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/pytest/pytest-6.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest/pytest-6.2.0.ebuild b/dev-python/pytest/pytest-6.2.0.ebuild index 8bbfc6be1bf..f9b00ac0873 100644 --- a/dev-python/pytest/pytest-6.2.0.ebuild +++ b/dev-python/pytest/pytest-6.2.0.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 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |