commit:     d3fee0622ab8bc09889666c6ba278f66bef06bf2
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 12:22:31 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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
 )
 

Reply via email to