summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-07-16 14:32:25 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-07-16 14:32:47 +0200
commita95c48303cf38ae1b19ee261785fea7a713c5123 (patch)
tree3e9a287935132713fcb6a7b31758f208fbb0a3ae
parentmedia-libs/x265: bump to 2.5 (diff)
downloadgentoo-a95c48303cf.tar.gz
gentoo-a95c48303cf.tar.bz2
gentoo-a95c48303cf.zip
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
-rw-r--r--dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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