projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d689db
)
dev-python/PyQt5: [QA] Fix BadInsIntoDir
author
Michał Górny
<mgorny@gentoo.org>
Tue, 5 Nov 2019 18:26:25 +0000
(19:26 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 5 Nov 2019 18:29:38 +0000
(19:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/PyQt5/PyQt5-5.13.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/PyQt5/PyQt5-5.13.2.ebuild
b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
index b553787ca93b97b8f656c20d85f8b666c2bdf827..615d14f2da919f7b2370b1f4b0b552d2d72d2001 100644
(file)
--- a/
dev-python/PyQt5/PyQt5-5.13.2.ebuild
+++ b/
dev-python/PyQt5/PyQt5-5.13.2.ebuild
@@
-193,7
+193,6
@@
src_install() {
einstalldocs
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
fi
}