diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild index b553787ca93b9..615d14f2da919 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 }