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