diff options
author | Sam James <sam@gentoo.org> | 2024-03-15 05:30:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-15 05:30:35 +0000 |
commit | 45df04fa7baa5495efc56af61cd8b4b489859ab0 (patch) | |
tree | ba5e9e5f5df8f0041c5ebb10746d235c8223970e /app-text/a2ps | |
parent | app-text/a2ps: add 4.15.6 (diff) | |
download | gentoo-45df04fa7baa5495efc56af61cd8b4b489859ab0.tar.gz gentoo-45df04fa7baa5495efc56af61cd8b4b489859ab0.tar.bz2 gentoo-45df04fa7baa5495efc56af61cd8b4b489859ab0.zip |
app-text/a2ps: suppress gnulib FPs
Closes: https://bugs.gentoo.org/900697
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/a2ps')
-rw-r--r-- | app-text/a2ps/a2ps-4.15.5-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 |