commit: bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 18:30:37 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 18:40:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda8e5f7
dev-python/virtualenv-clone: support py36 as well
Package-Manager: Portage-2.3.8, Repoman-2.3.4
dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
index e9804801e39..c86ecc743a5 100644
--- a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
+++ b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.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