From 4abca9794c2d7d2bb5f8cee4adcff248009e7a4c Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Sat, 30 Dec 2017 14:12:03 +0300 Subject: [PATCH] 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 36f8aa8e66b2d..bcc5e5b2c5fd8 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