diff options
author | Sam James <sam@gentoo.org> | 2021-01-18 16:53:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-18 16:53:21 +0000 |
commit | b2063c0d1a374a9a9d262a05bd4654e3b9dd3991 (patch) | |
tree | a191667a2ccba3c646ad08cc1c9d93e68d776e44 /dev-python/pytest-xdist | |
parent | dev-python/pytest-regressions: Stabilize 2.1.1 ALLARCHES, #765967 (diff) | |
download | gentoo-b2063c0d1a374a9a9d262a05bd4654e3b9dd3991.tar.gz gentoo-b2063c0d1a374a9a9d262a05bd4654e3b9dd3991.tar.bz2 gentoo-b2063c0d1a374a9a9d262a05bd4654e3b9dd3991.zip |
dev-python/pytest-xdist: Stabilize 2.2.0 ALLARCHES, #765970
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild index 7cb664b2df30..27b5fdcaf987 100644 --- a/dev-python/pytest-xdist/pytest-xdist-2.2.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-2.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 @@ -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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" # please do not depend on pytest to avoid unnecessary USEDEP enforcement RDEPEND=" |