commit: fc857881d68f2f442a1687b6e247c11dfb69fc3a
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 06:42:32 2015 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 06:54:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc857881
dev-python/psutil: support py34
Package-Manager: portage-2.2.20.1
dev-python/psutil/psutil-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/psutil/psutil-1.2.1.ebuild
b/dev-python/psutil/psutil-1.2.1.ebuild
index 61ea215..8138b03 100644
--- a/dev-python/psutil/psutil-1.2.1.ebuild
+++ b/dev-python/psutil/psutil-1.2.1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1