dev-util/vint: add Python 3.6 support

Closes: https://bugs.gentoo.org/640996
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Ilya Tumaykin
2017-12-30 14:12:03 +03:00
committed by Patrice Clement
parent 5478eed17f
commit 4abca9794c

View File

@@ -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