commit: bd5f0900961c62d11d53c2cf74d452413a6ff518 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Feb 18 15:03:12 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 15:07:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5f0900
net-analyzer/nagios-plugins: whitelist some implicit function definitions Bug: https://bugs.gentoo.org/907755 Closes: https://bugs.gentoo.org/924341 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild index 2eb6ce8a7ee6..841c473ee4dc 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.6.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 @@ -62,6 +62,16 @@ DOCS=( THANKS ) +# These all come from gnulib and the ./configure checks are working as +# intended when the functions aren't present. Bugs 907755 and 924341. +QA_CONFIG_IMPL_DECL_SKIP=( + statvfs64 + re_set_syntax + re_compile_pattern + re_search + re_match +) + src_prepare() { default
