projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c2282
)
dev-python/rootpy: Use dodoc
author
Michał Górny
<mgorny@gentoo.org>
Sun, 9 Feb 2020 19:26:02 +0000
(20:26 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 9 Feb 2020 19:40:11 +0000
(20:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rootpy/rootpy-1.0.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild
b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild
index f1b3bbd73790a84603fd5f7165998947a0520484..6b13cc9333d3c7c9e4de974c995d34cbc3914ea7 100644
(file)
--- a/
dev-python/rootpy/rootpy-1.0.1-r1.ebuild
+++ b/
dev-python/rootpy/rootpy-1.0.1-r1.ebuild
@@
-46,7
+46,6
@@
python_test() {
python_install_all() {
distutils-r1_python_install_all
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
fi
}