commit: 586eb29dd352bd2025b7d6c6161d5604fedb472c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 6 01:39:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 6 01:39:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586eb29d
sys-libs/liburing: add canonical upstream repo as primary for EGIT_REPO_URI Per https://lore.kernel.org/io-uring/40dff87b-2a46-483d-9b73-425df76d8ebc <AT> kernel.dk/. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/liburing/liburing-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-libs/liburing/liburing-9999.ebuild b/sys-libs/liburing/liburing-9999.ebuild index 5dd4c11e0742..e4b4d0bd2e13 100644 --- a/sys-libs/liburing/liburing-9999.ebuild +++ b/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="
