dev-python/virtualenv-clone: support py36 as well
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 29 Oct 2017 18:30:37 +0000 (13:30 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 29 Oct 2017 18:40:29 +0000 (13:40 -0500)
Package-Manager: Portage-2.3.8, Repoman-2.3.4

dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild

index e9804801e39cca5d15cc454c3cd2e96db8fac283..c86ecc743a56352dbf9d3c940b06c5984953edf4 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