commit: 0756059faf42834c672a83a21761b02cc00aa193 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Jul 1 01:26:58 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Jul 1 01:26:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0756059f
net-analyzer/monitoring-plugins: squash some implicit decl warnings Closes: https://bugs.gentoo.org/921190 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../monitoring-plugins/monitoring-plugins-2.3.5.ebuild | 10 +++++++++- 1 file changed, 9 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 c09500eb8d38..b7b41a925869 100644 --- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild +++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -57,6 +57,14 @@ RDEPEND="${DEPEND} # At least one test is interactive. RESTRICT="test" +# These all come from gnulib and the ./configure checks are working as +# intended when the functions aren't present. Bug 921190. +QA_CONFIG_IMPL_DECL_SKIP=( + MIN + static_assert + alignof +) + src_configure() { append-flags -fno-strict-aliasing
