From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EA9D158064 for ; Thu, 9 May 2024 23:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCE12E2BDE; Thu, 9 May 2024 23:09:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0568E2BDE for ; Thu, 9 May 2024 23:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9499A340906 for ; Thu, 9 May 2024 23:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321891689 for ; Thu, 9 May 2024 23:09:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715294150.4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-9.5.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c X-VCS-Branch: master Date: Thu, 9 May 2024 23:09:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad4d551f-0224-4f11-9563-8303fbc87218 X-Archives-Hash: 5ef6829dc8de3ae1b5690d5c7ced920b commit: 4d3ce92339c07dc6eb5800ad0cd1e3d5b66e085c Author: Sam James gentoo org> AuthorDate: Thu May 9 22:35:50 2024 +0000 Commit: Sam James gentoo 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 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() {