From 37336fd73acdd692894c1178561020cf2759ff77 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 17 Nov 2015 18:44:58 -0500 Subject: [PATCH] dev-python/python-debian: Add python3.5 Package-Manager: portage-2.2.25 --- dev-python/python-debian/python-debian-0.1.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-debian/python-debian-0.1.27.ebuild b/dev-python/python-debian/python-debian-0.1.27.ebuild index b841b0aba42da..7bf9eccc97445 100644 --- a/dev-python/python-debian/python-debian-0.1.27.ebuild +++ b/dev-python/python-debian/python-debian-0.1.27.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-0.1.26-fix-tests.patch - ) +) python_compile_all() { "${PYTHON}" lib/debian/doc-debtags > README.debtags || die