commit: b3f375e438a2411147dca2c2141465d0a8820e7b Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Sep 8 12:30:55 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Sep 8 12:43:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f375e4
sys-libs/liburing: sync live Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> 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 98c17b11a968..5dd4c11e0742 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
