commit:     e619f7109d9ff90abde0756acc78156592de9d4b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  7 18:37:35 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jul  7 18:37:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e619f710

net-misc/usbip: future-proof SRC_URI

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-misc/usbip/usbip-5.15-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/usbip/usbip-5.15-r1.ebuild 
b/net-misc/usbip/usbip-5.15-r1.ebuild
index 106e4fee0408..7217fa0e523c 100644
--- a/net-misc/usbip/usbip-5.15-r1.ebuild
+++ b/net-misc/usbip/usbip-5.15-r1.ebuild
@@ -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"

Reply via email to