diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-29 13:30:37 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-29 13:40:29 -0500 |
commit | bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3 (patch) | |
tree | ea10538f2308bc31431654a99a0e5a383dc186d6 /dev-python/virtualenv-clone | |
parent | games-rpg/sumwars: Removed proxied maintainer (diff) | |
download | gentoo-bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3.tar.gz gentoo-bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3.tar.bz2 gentoo-bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3.zip |
dev-python/virtualenv-clone: support py36 as well
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'dev-python/virtualenv-clone')
-rw-r--r-- | dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 e9804801e39c..c86ecc743a56 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 |