commit: aaceb013922ce621d6be13bcf706c2863d7716f6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 13:56:22 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 13:57:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaceb013
dev-python/psutil: Add pypy3 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/psutil/psutil-3.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/psutil/psutil-3.2.2.ebuild
b/dev-python/psutil/psutil-3.2.2.ebuild
index 43be6f7..ee1d235 100644
--- a/dev-python/psutil/psutil-3.2.2.ebuild
+++ b/dev-python/psutil/psutil-3.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1