commit: 4abca9794c2d7d2bb5f8cee4adcff248009e7a4c Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sat Dec 30 11:12:03 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Jan 8 16:35:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abca979
dev-util/vint: add Python 3.6 support Closes: https://bugs.gentoo.org/640996 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/vint/vint-0.3.13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/vint/vint-0.3.13-r1.ebuild b/dev-util/vint/vint-0.3.13-r1.ebuild index 36f8aa8e66b..bcc5e5b2c5f 100644 --- a/dev-util/vint/vint-0.3.13-r1.ebuild +++ b/dev-util/vint/vint-0.3.13-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1
