mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
47cc2fb8eb
commit
586eb29dd3
@ -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