commit: 37336fd73acdd692894c1178561020cf2759ff77
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 23:44:58 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 23:44:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37336fd7
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 b841b0a..7bf9ecc 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