sys-libs/liburing: Sync with Gentoo

It's from Gentoo commit 586eb29dd352bd2025b7d6c6161d5604fedb472c.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-10-13 07:12:52 +00:00 committed by Krzesimir Nowak
parent e1fcade2da
commit e54f2c88c1

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