dev-util/vint: add Python 3.6 support
authorIlya Tumaykin <itumaykin@gmail.com>
Sat, 30 Dec 2017 11:12:03 +0000 (14:12 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 8 Jan 2018 16:35:35 +0000 (17:35 +0100)
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

index 36f8aa8e66b2d54c621e37d0cb860794dab2e068..bcc5e5b2c5fd8d885f410ec9771e83336478e145 100644 (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