diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:58 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:58 +0100 |
commit | 2baf3fd5de2d5a92765d778533f900c2cab5726a (patch) | |
tree | 3b9ac55d68bf5c55d70d98e669e5c9a075209f28 /dev-libs/libhid | |
parent | dev-libs/libgamin: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-2baf3fd5de2d5a92765d778533f900c2cab5726a.tar.gz gentoo-2baf3fd5de2d5a92765d778533f900c2cab5726a.tar.bz2 gentoo-2baf3fd5de2d5a92765d778533f900c2cab5726a.zip |
dev-libs/libhid: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libhid')
-rw-r--r-- | dev-libs/libhid/libhid-0.2.16-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |