dev-python/virtualenv-clone: support py36 as well

Package-Manager: Portage-2.3.8, Repoman-2.3.4
This commit is contained in:
Matthew Thode
2017-10-29 13:30:37 -05:00
parent 9c13975a51
commit bda8e5f721

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