Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/QtPy/
Date: Tue, 27 Jun 2017 02:49:19
Message-Id: 1498531728.970e0efece767b1c4870878a0d162fb4d858525a.bicatali@gentoo
1 commit: 970e0efece767b1c4870878a0d162fb4d858525a
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 02:31:16 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 02:48:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970e0efe
7
8 dev-python/QtPy: added python-3.6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/QtPy/QtPy-1.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/QtPy/QtPy-1.2.1.ebuild b/dev-python/QtPy/QtPy-1.2.1.ebuild
16 index b2268fbed62..581838a34a9 100644
17 --- a/dev-python/QtPy/QtPy-1.2.1.ebuild
18 +++ b/dev-python/QtPy/QtPy-1.2.1.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
26 inherit distutils-r1