commit: 4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 9 22:35:50 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 9 22:35:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3ce923
sys-apps/coreutils: extend implicit func. decl QA exemptions for musl Closes: https://bugs.gentoo.org/928108 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/coreutils/coreutils-9.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/coreutils/coreutils-9.5.ebuild b/sys-apps/coreutils/coreutils-9.5.ebuild index 187e8ba621a9..7f39a5b81c1d 100644 --- a/sys-apps/coreutils/coreutils-9.5.ebuild +++ b/sys-apps/coreutils/coreutils-9.5.ebuild @@ -88,6 +88,8 @@ RDEPEND+=" QA_CONFIG_IMPL_DECL_SKIP=( # gnulib FPs (bug #898370) unreachable MIN alignof static_assert + # ... and on musl + _exit fpurge statvfs64 re_set_syntax re_compile_pattern re_search re_match ) pkg_setup() {
