diff options
Diffstat (limited to 'dev-python/ssl-fetch/ssl-fetch-9999.ebuild')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index 7fcd986339c8..7ab1e9b2b42c 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=(python{2_7,3_3,3_4} pypy) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) EGIT_BRANCH="master" |