projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8896a5c
)
dev-python/h5py: drop rm -r _build || die
author
Mike Gilbert
<floppym@gentoo.org>
Sat, 3 Sep 2016 13:34:30 +0000
(09:34 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/dev-python/h5py/h5py-2.6.0.ebuild
b/dev-python/h5py/h5py-2.6.0.ebuild
index e3722c25e95a5c461af1a338c34dc8446bc5bd52..7c861bd886c77e8523ec0f184feb978c55fc4b58 100644
(file)
--- a/
dev-python/h5py/h5py-2.6.0.ebuild
+++ b/
dev-python/h5py/h5py-2.6.0.ebuild
@@
-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
}