mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
net-misc/usbip: future-proof SRC_URI
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
parent
a9444ad736
commit
e619f7109d
@ -7,8 +7,8 @@ inherit autotools
|
||||
|
||||
DESCRIPTION="Userspace utilities for a general USB device sharing system over IP networks"
|
||||
HOMEPAGE="https://www.kernel.org/"
|
||||
SRC_URI="https://www.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz"
|
||||
S="${WORKDIR}/linux-${PV}/tools/usb/${PN}"
|
||||
SRC_URI="https://www.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz"
|
||||
S="${WORKDIR}/linux-${PV}/tools/usb/usbip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user