commit: ecc3bf9e1e126a53cc565bd6d1cfc8766a75baea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 20:05:24 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 22 20:05:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc3bf9e
sys-libs/liburing: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/liburing/liburing-9999.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/sys-libs/liburing/liburing-9999.ebuild
b/sys-libs/liburing/liburing-9999.ebuild
index 76c4d774efc2..98c17b11a968 100644
--- a/sys-libs/liburing/liburing-9999.ebuild
+++ b/sys-libs/liburing/liburing-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,10 +11,13 @@ if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/axboe/liburing.git"
else
- SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86"
+
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
+
LICENSE="MIT"
SLOT="0/2" # liburing.so major version
@@ -47,6 +50,7 @@ multilib_src_configure() {
--mandir="${EPREFIX}/usr/share/man"
--cc="$(tc-getCC)"
--cxx="$(tc-getCXX)"
+ --use-libc
)
# No autotools configure! "econf" will fail.
TMPDIR="${T}" ./configure "${myconf[@]}" || die