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, 02 Nov 2020 09:47:18
Message-Id: 1604305456.4a3c09e6cdad16e98130cd80231ed633a3dc0c58.sam@gentoo
1 commit: 4a3c09e6cdad16e98130cd80231ed633a3dc0c58
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 08:24:16 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 08:24:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3c09e6
7
8 dev-python/pytest-ordering: Stabilize 0.6 amd64, #749405
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 125ef603909..1d9e0dcfd7f 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 x86"
24 +KEYWORDS="amd64 x86"
25
26 DEPEND="test? ( dev-python/pytest-ordering[${PYTHON_USEDEP}] )"