commit: a95c48303cf38ae1b19ee261785fea7a713c5123 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Jul 16 12:32:25 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jul 16 12:32:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c4830
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 .../backports-ssl-match-hostname-3.5.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e3884c33c56..013d567c0c1 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
