summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-08-01 08:22:31 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-08-01 08:22:31 -0400
commitd3fee0622ab8bc09889666c6ba278f66bef06bf2 (patch)
treefd5898a9ca769b5264d1d6a9a67db985c8009b22 /net-analyzer
parentsys-cluster/ceph: Fix parquet and zfs (diff)
downloadgentoo-d3fee0622ab8bc09889666c6ba278f66bef06bf2.tar.gz
gentoo-d3fee0622ab8bc09889666c6ba278f66bef06bf2.tar.bz2
gentoo-d3fee0622ab8bc09889666c6ba278f66bef06bf2.zip
net-analyzer/monitoring-plugins: silence two more implicit decl warnings
Closes: https://bugs.gentoo.org/936891 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild4
1 files changed, 3 insertions, 1 deletions
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
)