From: David Seifert Date: Sat, 15 Feb 2020 09:58:58 +0000 (+0100) Subject: dev-libs/libhid: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2baf3fd5de2d5a92765d778533f900c2cab5726a;p=gentoo.git dev-libs/libhid: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-libs/libhid/libhid-0.2.16-r4.ebuild b/dev-libs/libhid/libhid-0.2.16-r4.ebuild index 7eccaad83674..4f67990368ad 100644 --- a/dev-libs/libhid/libhid-0.2.16-r4.ebuild +++ b/dev-libs/libhid/libhid-0.2.16-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils python-single-r1 +inherit autotools eutils ltprune python-single-r1 DESCRIPTION="Provides a generic and flexible way to access and interact with USB HID devices" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"