From: Patrice Clement Date: Sun, 16 Jul 2017 12:32:25 +0000 (+0200) Subject: dev-python/backports-ssl-match-hostname: remove python 3.5 and python 3.6 from PYTHON... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a95c48303cf38ae1b19ee261785fea7a713c5123;p=gentoo.git dev-python/backports-ssl-match-hostname: remove python 3.5 and python 3.6 from PYTHON_COMPAT. Gentoo-Bug: https://bugs.gentoo.org/622946 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild index e3884c33c56c..013d567c0c17 100644 --- a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild +++ b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.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,6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1