dev-python/backports-ssl-match-hostname: remove python 3.5 and python 3.6 from PYTHON...
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 16 Jul 2017 12:32:25 +0000 (14:32 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 16 Jul 2017 12:32:47 +0000 (14:32 +0200)
Gentoo-Bug: https://bugs.gentoo.org/622946

Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild

index e3884c33c56c9f84ee3eae6311cf47af9e137627..013d567c0c1726e9559fe89dfe0251a8132fb9c0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4} pypy )
 
 inherit distutils-r1