sys-libs/liburing: sync live

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2025-09-08 14:30:55 +02:00
parent 3c330aa9c3
commit b3f375e438

View File

@@ -10,11 +10,13 @@ HOMEPAGE="https://github.com/axboe/liburing"
if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/axboe/liburing.git"
S="${WORKDIR}"/liburing-${PV}
else
SRC_URI="https://github.com/axboe/liburing/archive/refs/tags/${P}.tar.gz"
SRC_URI="
https://github.com/axboe/liburing/archive/refs/tags/${P}.tar.gz
"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
QA_PKGCONFIG_VERSION=${PV}
S="${WORKDIR}"/liburing-${P}
fi
@@ -71,11 +73,14 @@ multilib_src_install_all() {
multilib_src_test() {
local disabled_tests=(
accept.c
conn-unreach.t
fpos.c
io_uring_register.c
link-timeout.c
read-before-exit.c
recv-msgall-stream.c
msg-ring.c
wait-timeout.t
)
local disabled_test
for disabled_test in "${disabled_tests[@]}"; do