Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/
Date: Sun, 12 Feb 2017 22:20:39
Message-Id: 1486937983.41dd40464501ba58101d7196d3f8c444c731ffa7.zmedico@gentoo
1 commit: 41dd40464501ba58101d7196d3f8c444c731ffa7
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 08:50:43 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 22:19:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dd4046
7
8 dev-python/twisted: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/twisted/twisted-16.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/twisted/twisted-16.4.1.ebuild b/dev-python/twisted/twisted-16.4.1.ebuild
16 index c9516f9bdd..d6966407b7 100644
17 --- a/dev-python/twisted/twisted-16.4.1.ebuild
18 +++ b/dev-python/twisted/twisted-16.4.1.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -PYTHON_COMPAT=( python2_7 python3_{4,5})
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6})
25 PYTHON_REQ_USE="threads(+)"
26 TWISTED_PN="Twisted"