From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1582000-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60AD1158016 for <garchives@archives.gentoo.org>; Wed, 20 Dec 2023 15:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A31CF2BC04C; Wed, 20 Dec 2023 15:19:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62C782BC036 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Dec 2023 15:19:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DC04342F65 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Dec 2023 15:19:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6D0131D for <gentoo-commits@lists.gentoo.org>; Wed, 20 Dec 2023 15:19:05 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1703085518.7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/groff/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/groff/groff-1.23.0.ebuild X-VCS-Directories: sys-apps/groff/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c X-VCS-Branch: master Date: Wed, 20 Dec 2023 15:19:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3807d3f4-faf7-4b11-a337-30ce307c05fd X-Archives-Hash: 68c1537548b1bd4009b63684cd046f92 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