From: Justin Lecher Date: Sun, 7 Feb 2016 10:15:18 +0000 (+0100) Subject: dev-python/python-ptrace: Add python3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=734c03473afff3e74c753d9405240906e8d39a7a;p=gentoo.git dev-python/python-ptrace: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- diff --git a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild index a3ce1fca47ef..54e5a9733753 100644 --- a/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild +++ b/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild @@ -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