From 9c51fe0fe60aab0363914ca23d9bce22293c8f46 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 31 Oct 2015 14:28:22 +0100 Subject: [PATCH] dev-python/pydiff: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/pydiff/pydiff-0.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pydiff/pydiff-0.2.ebuild b/dev-python/pydiff/pydiff-0.2.ebuild index 74586d73b75e1..4927a858a21bb 100644 --- a/dev-python/pydiff/pydiff-0.2.ebuild +++ b/dev-python/pydiff/pydiff-0.2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1