Gentoo Archives: gentoo-commits

From: Joshua Kinard <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Mon, 24 Sep 2018 00:32:46
Message-Id: 1537748966.33100d63cd2d7346dc6f970547c07645d584391d.kumba@gentoo
1 commit: 33100d63cd2d7346dc6f970547c07645d584391d
2 Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 24 00:29:26 2018 +0000
4 Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 00:29:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33100d63
7
8 dev-python/pytest: Added ~mips to KEYWORDS
9
10 Resolves Bug #661306 for mips arch and clears the way for python3_7.
11
12 Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
14
15 dev-python/pytest/pytest-3.8.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pytest/pytest-3.8.0.ebuild b/dev-python/pytest/pytest-3.8.0.ebuild
19 index c103f31e97d..93cc15d8ad4 100644
20 --- a/dev-python/pytest/pytest-3.8.0.ebuild
21 +++ b/dev-python/pytest/pytest-3.8.0.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
27 +KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~sparc ~x86"
28 # doc apparently requires sphinxcontrib_trio, not yet packaged
29 IUSE="test" # doc