diff options
Diffstat (limited to 'net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild')
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-2.4.6.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
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 |