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, 12 Jul 2021 00:58:33
Message-Id: 1626051492.9f27575f63783fd2adf94dbd62efc2bee599892b.sam@gentoo
1 commit: 9f27575f63783fd2adf94dbd62efc2bee599892b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 00:58:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 00:58:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f27575f
7
8 dev-python/pytest-ordering: Keyword 0.6 arm64, #796254
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 ee8c2870bb6..f6873c8a285 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 ~ppc ~ppc64 ~sparc x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
25
26 RDEPEND="<dev-python/pytest-6[${PYTHON_USEDEP}]"