dev-python/python-ptrace: Add python3.5 support
authorJustin Lecher <jlec@gentoo.org>
Sun, 7 Feb 2016 10:15:18 +0000 (11:15 +0100)
committerJustin Lecher <jlec@gentoo.org>
Sun, 7 Feb 2016 12:00:00 +0000 (13:00 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild

index a3ce1fca47ef5440d06531081ee8f3c3d12ccba3..54e5a97337530542815ea71d13cb8ab06ea3a651 100644 (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