summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 19:26:25 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 19:29:38 +0100
commit0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d (patch)
tree5633e2cd5331867e755d94ac5dfddd8ce058be07
parentnet-analyzer/nagios-core: synchronize econf and web server paths. (diff)
downloadgentoo-0a613aae.tar.gz
gentoo-0a613aae.tar.bz2
gentoo-0a613aae.zip
dev-python/PyQt5: [QA] Fix BadInsIntoDir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/PyQt5/PyQt5-5.13.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
index b553787ca93b..615d14f2da91 100644
--- 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
}