From b3f375e438a2411147dca2c2141465d0a8820e7b Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 8 Sep 2025 14:30:55 +0200 Subject: [PATCH] sys-libs/liburing: sync live Signed-off-by: Florian Schmaus --- sys-libs/liburing/liburing-9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys-libs/liburing/liburing-9999.ebuild b/sys-libs/liburing/liburing-9999.ebuild index 98c17b11a9684..5dd4c11e07422 100644 --- a/sys-libs/liburing/liburing-9999.ebuild +++ b/sys-libs/liburing/liburing-9999.ebuild @@ -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