dev-python/h5py: drop rm -r _build || die
authorMike Gilbert <floppym@gentoo.org>
Sat, 3 Sep 2016 13:34:30 +0000 (09:34 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sat, 3 Sep 2016 13:34:30 +0000 (09:34 -0400)
Bug: https://bugs.gentoo.org/591736

Package-Manager: portage-2.3.0_p24

dev-python/h5py/h5py-2.6.0.ebuild

index e3722c25e95a5c461af1a338c34dc8446bc5bd52..7c861bd886c77e8523ec0f184feb978c55fc4b58 100644 (file)
@@ -48,7 +48,6 @@ python_compile_all() {
        if use doc; then
                cd "${S}"/docs || die
                sed '/html_theme/s:default:alabaster:g' -i conf.py || die
-               rm -r _build || die
                emake html
        fi
 }