From 0c0ffef257c2dc4025451e505e91601ba86bb5e4 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 9 Nov 2015 09:22:27 +0100 Subject: [PATCH] dev-python/psutil: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/psutil/psutil-3.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/psutil/psutil-3.1.1.ebuild b/dev-python/psutil/psutil-3.1.1.ebuild index 396fa6ec7d398..76e9ffca9d19c 100644 --- a/dev-python/psutil/psutil-3.1.1.ebuild +++ b/dev-python/psutil/psutil-3.1.1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1