dev-python/ssl-fetch: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-11 19:37:04 +01:00
parent cfcd3ac36b
commit 0e39af53ea

View File

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