diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:03 +0100 |
commit | deaf4b3c3f935c9bfd520496fcb2925a272af142 (patch) | |
tree | a6aad2be1e7700862ee3ea7637c15aa93f20ce55 /net-misc/usbip | |
parent | net-misc/spice-gtk: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-deaf4b3c3f935c9bfd520496fcb2925a272af142.tar.gz gentoo-deaf4b3c3f935c9bfd520496fcb2925a272af142.tar.bz2 gentoo-deaf4b3c3f935c9bfd520496fcb2925a272af142.zip |
net-misc/usbip: [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 'net-misc/usbip')
-rw-r--r-- | net-misc/usbip/usbip-3.19.ebuild | 4 | ||||
-rw-r--r-- | net-misc/usbip/usbip-4.13.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/usbip/usbip-3.19.ebuild b/net-misc/usbip/usbip-3.19.ebuild index b2df8e2613cf..dd1e0ccb381a 100644 --- a/net-misc/usbip/usbip-3.19.ebuild +++ b/net-misc/usbip/usbip-3.19.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 ETYPE="sources" K_NOUSENAME=1 -inherit autotools eutils kernel-2 +inherit autotools eutils kernel-2 ltprune DESCRIPTION="Userspace utilities for a general USB device sharing system over IP networks" HOMEPAGE="https://www.kernel.org/" diff --git a/net-misc/usbip/usbip-4.13.ebuild b/net-misc/usbip/usbip-4.13.ebuild index 93bbe26b7c77..bfb8473198b7 100644 --- a/net-misc/usbip/usbip-4.13.ebuild +++ b/net-misc/usbip/usbip-4.13.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 ETYPE="sources" K_NOUSENAME=1 -inherit autotools eutils kernel-2 +inherit autotools eutils kernel-2 ltprune DESCRIPTION="Userspace utilities for a general USB device sharing system over IP networks" HOMEPAGE="https://www.kernel.org/" |