commit: 99df2dfcd3f65c3d4d7a9cccc79592548bf0c489
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 21:30:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 21:30:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99df2dfc
dev-debug/valgrind: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/valgrind/valgrind-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-debug/valgrind/valgrind-9999.ebuild
b/dev-debug/valgrind/valgrind-9999.ebuild
index c8b5db499d34..b8778b8c8633 100644
--- a/dev-debug/valgrind/valgrind-9999.ebuild
+++ b/dev-debug/valgrind/valgrind-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -74,6 +74,8 @@ QA_CONFIG_IMPL_DECL_SKIP+=(
# errors and reports both "function definition is not allowed here" and
# -Wimplicit-function-declaration. bug #900396
foo
+ # FreeBSD function, bug #932822
+ aio_readv
)
src_unpack() {