commit: d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Aug 31 13:45:33 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 13:50:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07b1ed3
sys-auth/oath-toolkit: hide another implicit declaration warning I don't completely understand if/when <stdio_ext.h> 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 <mjo <AT> gentoo.org> sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {
