mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/liburing: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user