Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-ordering/
Date: Mon, 07 Feb 2022 22:29:07
Message-Id: 1644272913.dd49c535516085bf55a12e4e4240beb09928d878.sam@gentoo
1 commit: dd49c535516085bf55a12e4e4240beb09928d878
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 22:28:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 22:28:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd49c535
7
8 dev-python/pytest-ordering: Keyword 0.6 s390, #831852
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
16 index 77f1683a447b..c9d25c038474 100644
17 --- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
18 +++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
25
26 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"