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@kernel.dk/.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-10-06 02:39:22 +01:00
parent 47cc2fb8eb
commit 586eb29dd3
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

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