diff options
author | David Seifert <soap@gentoo.org> | 2019-04-20 11:30:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-20 13:12:08 +0200 |
commit | 7ab150c0ab141bef4a8826fbf90e83af25ffdd9b (patch) | |
tree | 89e80ebaa72250578b294ea50b5d966a7c6e0e17 /www-servers/tornado/tornado-5.1.ebuild | |
parent | x11-libs/pango: use HTTPS (diff) | |
download | gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.tar.gz gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.tar.bz2 gentoo-7ab150c0ab141bef4a8826fbf90e83af25ffdd9b.zip |
*/*: Remove last vestiges of python3_4
Closes: https://github.com/gentoo/gentoo/pull/11755
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-servers/tornado/tornado-5.1.ebuild')
-rw-r--r-- | www-servers/tornado/tornado-5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/tornado/tornado-5.1.ebuild b/www-servers/tornado/tornado-5.1.ebuild index 5adb012454c9..86ab2f2853ad 100644 --- a/www-servers/tornado/tornado-5.1.ebuild +++ b/www-servers/tornado/tornado-5.1.ebuild @@ -57,6 +57,6 @@ python_install_all() { insinto /usr/share/doc/${PF}/examples doins -r demos/. docompress -x /usr/share/doc/${PF}/examples -fi + fi distutils-r1_python_install_all } |