From: David Seifert Date: Sat, 15 Feb 2020 09:59:32 +0000 (+0100) Subject: dev-python/dbus-python: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=25d480a77e0bc3c98dc557974cf260e4503a5e6b;p=gentoo.git dev-python/dbus-python: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild b/dev-python/dbus-python/dbus-python-1.2.4.ebuild index eef973ebad8e..686197251968 100644 --- a/dev-python/dbus-python/dbus-python-1.2.4.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.4.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_6 ) PYTHON_REQ_USE="threads(+)" -inherit autotools eutils python-r1 +inherit autotools eutils ltprune python-r1 DESCRIPTION="Python bindings for the D-Bus messagebus" HOMEPAGE="https://www.freedesktop.org/wiki/Software/DBusBindings https://dbus.freedesktop.org/doc/dbus-python/"