diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:48:21 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:15 +0200 |
commit | 523bcdede869df9043b2d440581c268ee4cf65de (patch) | |
tree | e30dce942a7d7ec86d918f6f99c8c7c5d204db43 /dev-python/ssl-fetch | |
parent | app-portage/install-mask: Support newer python (diff) | |
download | gentoo-523bcdede869df9043b2d440581c268ee4cf65de.tar.gz gentoo-523bcdede869df9043b2d440581c268ee4cf65de.tar.bz2 gentoo-523bcdede869df9043b2d440581c268ee4cf65de.zip |
dev-python/ssl-fetch: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index 9ba1abd52579..37bd889cfd86 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index 7d4bd48ebd3b..136a479788cb 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) EGIT_BRANCH="master" |