Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-rerunfailures/
Date: Sun, 09 Jan 2022 15:45:28
Message-Id: 1641742909.6e23abac437246872c86297e0b59ec6014103a2d.chewi@gentoo
1 commit: 6e23abac437246872c86297e0b59ec6014103a2d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 15:41:49 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 15:41:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e23abac
7
8 dev-python/pytest-rerunfailures: Keyword 10.2 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild
18 index 08446f32f44d..b77e4b3d1f74 100644
19 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild
20 +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28
29 SLOT="0"
30 LICENSE="MPL-2.0"
31 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
32 +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
33
34 BDEPEND="
35 >=dev-python/pytest-5.0[${PYTHON_USEDEP}]