commit: 0c0ffef257c2dc4025451e505e91601ba86bb5e4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 08:22:27 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 11:49:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0ffef2
dev-python/psutil: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
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 396fa6e..76e9ffc 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