From fc857881d68f2f442a1687b6e247c11dfb69fc3a Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 15 Oct 2015 01:42:32 -0500 Subject: [PATCH] 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 61ea2151016e3..8138b03b1f06d 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