dev-python/psutil: support py34

Package-Manager: portage-2.2.20.1
This commit is contained in:
Matthew Thode
2015-10-15 01:42:32 -05:00
parent d5514ff9e7
commit fc857881d6

View File

@@ -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