diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:16:29 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:16:29 +0200 |
commit | 1cbafe7ca4786728d06e7c25b7e45ab87e8180b3 (patch) | |
tree | 07e38f68f41f8d8a0113ee038a2a628266f2a71a /dev-python/setuptools-git | |
parent | dev-python/pkgconfig: Add python3_6 (diff) | |
download | gentoo-1cbafe7ca4786728d06e7c25b7e45ab87e8180b3.tar.gz gentoo-1cbafe7ca4786728d06e7c25b7e45ab87e8180b3.tar.bz2 gentoo-1cbafe7ca4786728d06e7c25b7e45ab87e8180b3.zip |
dev-python/setuptools-git: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/setuptools-git')
-rw-r--r-- | dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild index 5a227a463f83..3e771a4a1b29 100644 --- a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |