summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-17 14:56:22 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-17 14:57:16 +0100
commitaaceb013922ce621d6be13bcf706c2863d7716f6 (patch)
treedfc79c159ece8a3c10dee77f588a33c5feab27db
parentMerge remote-tracking branch 'github/pr/294'. Fixes bug 564194. (diff)
downloadgentoo-aaceb013922ce621d6be13bcf706c2863d7716f6.tar.gz
gentoo-aaceb013922ce621d6be13bcf706c2863d7716f6.tar.bz2
gentoo-aaceb013922ce621d6be13bcf706c2863d7716f6.zip
dev-python/psutil: Add pypy3 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-python/psutil/psutil-3.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/psutil/psutil-3.2.2.ebuild b/dev-python/psutil/psutil-3.2.2.ebuild
index 43be6f7afb61..ee1d2359bd13 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