commit: 0e39af53eada4cd545b90234155775446ad964d2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 18:37:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 18:37:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e39af53
dev-python/ssl-fetch: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
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 7fcd986..7ab1e9b 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"