diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-11-17 18:44:58 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-11-17 18:44:58 -0500 |
commit | 37336fd73acdd692894c1178561020cf2759ff77 (patch) | |
tree | d871abd5cfe4647db5fb6944d73d3bb93748eaea /dev-python/python-debian | |
parent | dev-lang/python: Revbump 2.7.10 (diff) | |
download | gentoo-37336fd73acdd692894c1178561020cf2759ff77.tar.gz gentoo-37336fd73acdd692894c1178561020cf2759ff77.tar.bz2 gentoo-37336fd73acdd692894c1178561020cf2759ff77.zip |
dev-python/python-debian: Add python3.5
Package-Manager: portage-2.2.25
Diffstat (limited to 'dev-python/python-debian')
-rw-r--r-- | dev-python/python-debian/python-debian-0.1.27.ebuild | 4 |
1 files 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 b841b0aba42d..7bf9eccc9744 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 |