Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/
Date: Tue, 09 Jan 2018 02:02:27
Message-Id: 1515429335.4abca9794c2d7d2bb5f8cee4adcff248009e7a4c.monsieurp@gentoo
1 commit: 4abca9794c2d7d2bb5f8cee4adcff248009e7a4c
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 30 11:12:03 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 16:35:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abca979
7
8 dev-util/vint: add Python 3.6 support
9
10 Closes: https://bugs.gentoo.org/640996
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 dev-util/vint/vint-0.3.13-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/vint/vint-0.3.13-r1.ebuild b/dev-util/vint/vint-0.3.13-r1.ebuild
17 index 36f8aa8e66b..bcc5e5b2c5f 100644
18 --- a/dev-util/vint/vint-0.3.13-r1.ebuild
19 +++ b/dev-util/vint/vint-0.3.13-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26
27 inherit distutils-r1