summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-08-31 09:45:33 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-08-31 09:50:51 -0400
commitd07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb (patch)
treec2e6bdf162a587f6f53b81f526741d5de3a8b13d /sys-auth
parentdev-libs/glib: only pass --native-file when we actually use it. (diff)
downloadgentoo-d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb.tar.gz
gentoo-d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb.tar.bz2
gentoo-d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb.zip
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@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild4
1 files changed, 3 insertions, 1 deletions
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() {