commit: 417cd1a37d4885c1fb321b0408617c3364392345 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Mon May 27 01:56:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 28 01:48:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417cd1a3
app-misc/gnuit: add whitelist for false positive configure implicit decls hand-coded checks for how many arguments DEC Alpha takes in a function. ;) Closes: https://bugs.gentoo.org/928970 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/gnuit/gnuit-4.9.5-r2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-misc/gnuit/gnuit-4.9.5-r2.ebuild b/app-misc/gnuit/gnuit-4.9.5-r2.ebuild index be1fe1604d60..a5c97b5be23a 100644 --- a/app-misc/gnuit/gnuit-4.9.5-r2.ebuild +++ b/app-misc/gnuit/gnuit-4.9.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,11 @@ PATCHES=( "${FILESDIR}"/${PN}-4.9.5-respect-AR.patch ) +QA_CONFIG_IMPL_DECL_SKIP+=( + # check for "DEC Alpha running OSF/1", fails safely regardless of -Werror=*. + statfs +) + src_prepare() { default
