diff options
author | 2023-12-20 15:03:01 +0000 | |
---|---|---|
committer | 2023-12-20 15:18:38 +0000 | |
commit | 7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c (patch) | |
tree | 864dfab6e82efcbf4ad619a6f54c314a0382d9cd /sys-apps/groff | |
parent | sys-kernel/vanilla-sources: add 5.4.265 (diff) | |
download | gentoo-7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c.tar.gz gentoo-7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c.tar.bz2 gentoo-7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c.zip |
sys-apps/groff: suppress FP for modern C warning
Closes: https://bugs.gentoo.org/900418
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/groff')
-rw-r--r-- | sys-apps/groff/groff-1.23.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 |