mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
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:
parent
e1fcade2da
commit
e54f2c88c1
@ -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="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user