Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/
Date: Tue, 18 Apr 2017 19:25:54
Message-Id: 1492543544.5587e8fe01ea8775bfc7a4f6067875f62b442ad0.xarthisius@gentoo
1 commit: 5587e8fe01ea8775bfc7a4f6067875f62b442ad0
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 18 19:25:18 2017 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 18 19:25:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5587e8fe
7
8 dev-python/qtconsole: add python3_6 support
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/qtconsole/qtconsole-4.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/qtconsole/qtconsole-4.3.0.ebuild b/dev-python/qtconsole/qtconsole-4.3.0.ebuild
16 index 4ab1876f674..135ee28be41 100644
17 --- a/dev-python/qtconsole/qtconsole-4.3.0.ebuild
18 +++ b/dev-python/qtconsole/qtconsole-4.3.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 PYTHON_REQ_USE="threads(+)"
26
27 inherit distutils-r1 virtualx