Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit-py/
Date: Sun, 28 May 2017 10:22:35
Message-Id: 1495966886.37b80d409765fa54ab1e060e82ac4f24efea7e0f.pacho@gentoo
1 commit: 37b80d409765fa54ab1e060e82ac4f24efea7e0f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 10:21:26 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 10:21:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b80d40
7
8 dev-python/doit-py: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/doit-py/doit-py-0.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/doit-py/doit-py-0.4.0.ebuild b/dev-python/doit-py/doit-py-0.4.0.ebuild
16 index d7425d63d74..8d89d48a115 100644
17 --- a/dev-python/doit-py/doit-py-0.4.0.ebuild
18 +++ b/dev-python/doit-py/doit-py-0.4.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
25
26 inherit distutils-r1