diff options
author | Sam James <sam@gentoo.org> | 2024-05-09 23:35:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-09 23:35:50 +0100 |
commit | 4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c (patch) | |
tree | e1c0aa16b16fe34aa2d9f131f33f3e841e9855e5 /sys-apps/coreutils | |
parent | app-text/calibre: Stabilize 7.8.0-r1 amd64, #931650 (diff) | |
download | gentoo-4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c.tar.gz gentoo-4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c.tar.bz2 gentoo-4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c.zip |
sys-apps/coreutils: extend implicit func. decl QA exemptions for musl
Closes: https://bugs.gentoo.org/928108
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-9.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |