dev-python/ssl-fetch: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Pacho Ramos
2017-04-22 11:48:21 +02:00
parent 9f6e0f696c
commit 523bcdede8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"