Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-rerunfailures/
Date: Fri, 28 Apr 2017 16:22:07
Message-Id: 1493396496.d34c2a76e9298996e5a7958e7cc98595f80dd46f.mrueg@gentoo
1 commit: d34c2a76e9298996e5a7958e7cc98595f80dd46f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 16:21:01 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 16:21:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34c2a76
7
8 dev-python/pytest-rerunfailures: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild
16 index a5f0817e101..14de2183e08 100644
17 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild
18 +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
25
26 inherit distutils-r1