From: David Seifert Date: Sat, 15 Feb 2020 09:59:35 +0000 (+0100) Subject: dev-python/pygtk: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b4520e72435d48d0c1736f4fa7e5f22c8f295fd0;p=gentoo.git dev-python/pygtk: [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/pygtk/pygtk-2.24.0-r4.ebuild b/dev-python/pygtk/pygtk-2.24.0-r4.ebuild index 00e8020bdcda..a96895dac635 100644 --- a/dev-python/pygtk/pygtk-2.24.0-r4.ebuild +++ b/dev-python/pygtk/pygtk-2.24.0-r4.ebuild @@ -6,7 +6,7 @@ GCONF_DEBUG="no" GNOME_TARBALL_SUFFIX="bz2" PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils flag-o-matic gnome2 python-r1 virtualx +inherit autotools eutils flag-o-matic gnome2 ltprune python-r1 virtualx DESCRIPTION="GTK+2 bindings for Python" HOMEPAGE="http://www.pygtk.org/"