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 D995D159C9B for ; Thu, 1 Aug 2024 12:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17791E2A2E; Thu, 1 Aug 2024 12:25:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E943EE2A2E for ; Thu, 1 Aug 2024 12:25:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE6B0335CB4 for ; Thu, 1 Aug 2024 12:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C0611B6 for ; Thu, 1 Aug 2024 12:25:24 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1722514951.d3fee0622ab8bc09889666c6ba278f66bef06bf2.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/monitoring-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild X-VCS-Directories: net-analyzer/monitoring-plugins/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d3fee0622ab8bc09889666c6ba278f66bef06bf2 X-VCS-Branch: master Date: Thu, 1 Aug 2024 12:25:24 +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: 9524b2b4-4e48-41b8-bb30-d9c769778afe X-Archives-Hash: 68b650fa216c0f50d543e065fd6198ae commit: d3fee0622ab8bc09889666c6ba278f66bef06bf2 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Aug 1 12:22:31 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Aug 1 12:22:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fee062 net-analyzer/monitoring-plugins: silence two more implicit decl warnings Closes: https://bugs.gentoo.org/936891 Signed-off-by: Michael Orlitzky gentoo.org> net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild index b7b41a925869..b7666ec27696 100644 --- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild +++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild @@ -58,10 +58,12 @@ RDEPEND="${DEPEND} RESTRICT="test" # These all come from gnulib and the ./configure checks are working as -# intended when the functions aren't present. Bug 921190. +# intended when the functions aren't present. Bugs 921190 and 936891. QA_CONFIG_IMPL_DECL_SKIP=( MIN + fpurge static_assert + statvfs64 alignof )