From 68dd82f3c11706b0cf7648f2be4cf3171ef82a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 24 Sep 2020 11:53:20 +0300 Subject: [PATCH] =?UTF-8?q?dev-python/dbus-python2:=20=D0=B8=D1=81=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BA=D0=BE=D0=BB?= =?UTF-8?q?=D0=BB=D0=B8=D0=B7=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-python/dbus-python2/dbus-python2-1.2.16.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 }