diff options
author | 2017-04-22 11:48:21 +0200 | |
---|---|---|
committer | 2017-04-22 11:56:15 +0200 | |
commit | 523bcdede869df9043b2d440581c268ee4cf65de (patch) | |
tree | e30dce942a7d7ec86d918f6f99c8c7c5d204db43 /dev-python/ssl-fetch/ssl-fetch-9999.ebuild | |
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/ssl-fetch-9999.ebuild')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |