public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gnuit/
@ 2024-05-28  1:59 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2024-05-28  1:59 UTC (permalink / raw
  To: gentoo-commits

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
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-28  1:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28  1:59 [gentoo-commits] repo/gentoo:master commit in: app-misc/gnuit/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox