diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 21:29:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 21:29:31 +0200 |
commit | 7021d7352eed3c7724f1ecb254c5db895e0f2643 (patch) | |
tree | 770ccfb183c84f0070fb6830d2c637beedd704a3 /dev-python/pytest-timeout | |
parent | dev-python/readme_renderer: Stabilize 32.0 ALLARCHES, #831153 (diff) | |
download | gentoo-7021d7352eed3c7724f1ecb254c5db895e0f2643.tar.gz gentoo-7021d7352eed3c7724f1ecb254c5db895e0f2643.tar.bz2 gentoo-7021d7352eed3c7724f1ecb254c5db895e0f2643.zip |
dev-python/pytest-timeout: Stabilize 2.0.2 ALLARCHES, #831152
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild b/dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild index 5be23064f839..f11adfbb8c3a 100644 --- a/dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" # do not rdepend on pytest, it won't be used without it anyway # pytest-cov used to test compatibility |