From e54f2c88c145687f1f85b1bd17dd396210b82da9 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Oct 2025 07:12:52 +0000 Subject: [PATCH] sys-libs/liburing: Sync with Gentoo It's from Gentoo commit 586eb29dd352bd2025b7d6c6161d5604fedb472c. Signed-off-by: Flatcar Buildbot --- .../portage-stable/sys-libs/liburing/liburing-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/liburing/liburing-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/liburing/liburing-9999.ebuild index 5dd4c11e07..e4b4d0bd2e 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/liburing/liburing-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-libs/liburing/liburing-9999.ebuild @@ -9,7 +9,10 @@ DESCRIPTION="Efficient I/O with io_uring" HOMEPAGE="https://github.com/axboe/liburing" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/axboe/liburing.git" + EGIT_REPO_URI=" + https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git + https://github.com/axboe/liburing.git + " S="${WORKDIR}"/liburing-${PV} else SRC_URI="