dev-python/python-ptrace: Add python3.5 support

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-02-07 11:15:18 +01:00
parent 960c6c4c5d
commit 734c03473a

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
inherit distutils-r1