From d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 31 Aug 2024 09:45:33 -0400 Subject: sys-auth/oath-toolkit: hide another implicit declaration warning I don't completely understand if/when is needed for fpurge(), but the authors of the gnulib macro are apparently aware of it, so I assume that the macro is doing what it's supposed to. In any case, oath-toolkit doesn't use fpurge(), so it's irrelevant for now. Closes: https://bugs.gentoo.org/925157 Signed-off-by: Michael Orlitzky --- sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys-auth') diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild index 80f393cfd4d0..b82f773e2a74 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild @@ -29,11 +29,13 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${P}-fix-musl-build.patch" ) +# fpurge is from gnulib, and unused as of 2.6.11 QA_CONFIG_IMPL_DECL_SKIP=( MIN # glibc fp - unreachable alignof + fpurge static_assert + unreachable ) src_prepare() { -- cgit v1.2.3-65-gdbad