diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 19:37:04 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 19:37:11 +0100 |
commit | 0e39af53eada4cd545b90234155775446ad964d2 (patch) | |
tree | 36333b7fba53dad2878b9b8fe399bad40845bbf5 /dev-python/ssl-fetch | |
parent | dev-lua/busted: initial commit (diff) | |
download | gentoo-0e39af53eada4cd545b90234155775446ad964d2.tar.gz gentoo-0e39af53eada4cd545b90234155775446ad964d2.tar.bz2 gentoo-0e39af53eada4cd545b90234155775446ad964d2.zip |
dev-python/ssl-fetch: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ssl-fetch')
-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" |