From 0de1894edb31aaa6a33a98bd733a748a250fce17 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 20 Oct 2015 11:58:41 +0200 Subject: [PATCH] dev-python/jdcal: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/jdcal/jdcal-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jdcal/jdcal-1.0.ebuild b/dev-python/jdcal/jdcal-1.0.ebuild index f8d65f1ce06e1..693115e825e7e 100644 --- a/dev-python/jdcal/jdcal-1.0.ebuild +++ b/dev-python/jdcal/jdcal-1.0.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1