net-misc/usbip: future-proof SRC_URI

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert 2025-07-07 14:37:35 -04:00
parent a9444ad736
commit e619f7109d
No known key found for this signature in database
GPG Key ID: 7E58A298F42F9CCD

View File

@ -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"