diff --git a/dev-python/dbus-python2/dbus-python2-1.2.16.ebuild b/dev-python/dbus-python2/dbus-python2-1.2.16.ebuild index 47c00fe4b..d52a27131 100644 --- a/dev-python/dbus-python2/dbus-python2-1.2.16.ebuild +++ b/dev-python/dbus-python2/dbus-python2-1.2.16.ebuild @@ -68,11 +68,7 @@ src_test() { src_install() { python_foreach_impl run_in_build_dir default find "${D}" -name '*.la' -type f -delete || die -} - -python_install_all() { - distutils-r1_python_install_all rm -r ${D}/usr/share - rm -r ${D}/usr/include/dbus-1.0/dbus-python.h - rm -r ${D}/usr/*/pkgconfig/dbus-python.pc + rm -r ${D}/usr/include + rm -r ${D}/usr/lib*/pkgconfig }