commit: 7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 20 15:03:01 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 20 15:18:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b11e5c5
sys-apps/groff: suppress FP for modern C warning Closes: https://bugs.gentoo.org/900418 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/groff/groff-1.23.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/groff/groff-1.23.0.ebuild b/sys-apps/groff/groff-1.23.0.ebuild index d92b232013f6..38f1316c870e 100644 --- a/sys-apps/groff/groff-1.23.0.ebuild +++ b/sys-apps/groff/groff-1.23.0.ebuild @@ -41,6 +41,11 @@ BDEPEND=" DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README TODO ) +QA_CONFIG_IMPL_DECL_SKIP=( + # False positive with older autoconf, will be fixed w/ autoconf-2.72 + static_assert +) + PATCHES=( # bug #16108, bug #17580, bug #121502 "${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch
