diff options
author | 2017-07-12 09:55:00 +0200 | |
---|---|---|
committer | 2017-07-12 16:40:40 +0200 | |
commit | cc5dd43560257b62659346e0b8093396d92d1744 (patch) | |
tree | de9ed70748fbfb5eb53c1396fc6825b2ad6ec7ae /dev-python/setuptools_hg | |
parent | dev-python/simplekv: Support newer python (diff) | |
download | gentoo-cc5dd43560257b62659346e0b8093396d92d1744.tar.gz gentoo-cc5dd43560257b62659346e0b8093396d92d1744.tar.bz2 gentoo-cc5dd43560257b62659346e0b8093396d92d1744.zip |
dev-python/setuptools_hg: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/setuptools_hg')
-rw-r--r-- | dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild b/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild index 85a74fddf182..2107ee18c03f 100644 --- a/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild +++ b/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |