From 969cbccdfa8f613353bc64be541b84396bca102a Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 17 Dec 2015 17:12:04 +0100 Subject: [PATCH] dev-python/rednose: Add python3.5 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- dev-python/rednose/rednose-0.4.1.ebuild | 3 ++- dev-python/rednose/rednose-0.4.3.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild index 935f71ab4e590..54cfda3aaa757 100644 --- a/dev-python/rednose/rednose-0.4.1.ebuild +++ b/dev-python/rednose/rednose-0.4.1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 diff --git a/dev-python/rednose/rednose-0.4.3.ebuild b/dev-python/rednose/rednose-0.4.3.ebuild index bd385a855d3c0..2069b9a450463 100644 --- a/dev-python/rednose/rednose-0.4.3.ebuild +++ b/dev-python/rednose/rednose-0.4.3.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1