From: Zac Medico Date: Wed, 15 Mar 2017 06:53:23 +0000 (-0700) Subject: dev-python/vine: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b803c140f371000277e0591561196ce580e0fe95;p=gentoo.git dev-python/vine: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/vine/vine-1.1.3.ebuild b/dev-python/vine/vine-1.1.3.ebuild index 4cc90576733e..efc57fb19594 100644 --- a/dev-python/vine/vine-1.1.3.ebuild +++ b/dev-python/vine/vine-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1