From 6fa1cc47a784fa68298e01fb431a02716336b226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 24 Jul 2018 12:40:31 +0200 Subject: dev-python/dbus-python: Modernize doc install --- dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dev-python/dbus-python') diff --git a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild index 7e79f79b6ff9..a79c851ba442 100644 --- a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild @@ -74,13 +74,10 @@ src_test() { src_install() { installing() { default - [[ ${EPYTHON/.*} = "python2" ]] && use doc && dohtml -r api/* + [[ ${EPYTHON/.*} = "python2" ]] && use doc && dodoc -r api } python_foreach_impl run_in_build_dir installing find "${D}" -name "*.la" -delete || die - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi + use examples && dodoc -r examples } -- cgit v1.2.3