From 0e39af53eada4cd545b90234155775446ad964d2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 11 Nov 2015 19:37:04 +0100 Subject: [PATCH] dev-python/ssl-fetch: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 4 ++-- 1 file 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 7fcd986339c8d..7ab1e9b2b42cf 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"