From 45df04fa7baa5495efc56af61cd8b4b489859ab0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 15 Mar 2024 05:30:35 +0000 Subject: app-text/a2ps: suppress gnulib FPs Closes: https://bugs.gentoo.org/900697 Signed-off-by: Sam James --- app-text/a2ps/a2ps-4.15.5-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app-text/a2ps') diff --git a/app-text/a2ps/a2ps-4.15.5-r1.ebuild b/app-text/a2ps/a2ps-4.15.5-r1.ebuild index 5d7e4b9afb30..4284c506a705 100644 --- a/app-text/a2ps/a2ps-4.15.5-r1.ebuild +++ b/app-text/a2ps/a2ps-4.15.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,6 +40,11 @@ PATCHES=( "${FILESDIR}"/${PN}-4.15-lpr-wrapper.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + # gnulib FPs + MIN alignof static_assert +) + src_prepare() { default -- cgit v1.2.3-65-gdbad