diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-16 14:32:25 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-16 14:32:47 +0200 |
commit | a95c48303cf38ae1b19ee261785fea7a713c5123 (patch) | |
tree | 3e9a287935132713fcb6a7b31758f208fbb0a3ae /dev-python/backports-ssl-match-hostname | |
parent | media-libs/x265: bump to 2.5 (diff) | |
download | gentoo-a95c48303cf38ae1b19ee261785fea7a713c5123.tar.gz gentoo-a95c48303cf38ae1b19ee261785fea7a713c5123.tar.bz2 gentoo-a95c48303cf38ae1b19ee261785fea7a713c5123.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
Diffstat (limited to 'dev-python/backports-ssl-match-hostname')
-rw-r--r-- | dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild | 2 |
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 |