From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B66AF158041 for ; Fri, 15 Mar 2024 05:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A48CE29BD; Fri, 15 Mar 2024 05:31:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8182CE29BD for ; Fri, 15 Mar 2024 05:31:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A07C333BE19 for ; Fri, 15 Mar 2024 05:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11802B3F for ; Fri, 15 Mar 2024 05:31:55 +0000 (UTC) From: "Sam James" 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" Message-ID: <1710480635.45df04fa7baa5495efc56af61cd8b4b489859ab0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/a2ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/a2ps/a2ps-4.15.5-r1.ebuild X-VCS-Directories: app-text/a2ps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 45df04fa7baa5495efc56af61cd8b4b489859ab0 X-VCS-Branch: master Date: Fri, 15 Mar 2024 05:31:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d40b2e5-90a4-4abf-ba6c-373cb3cfa22e X-Archives-Hash: a861eeb26e3b36af7472463465af5186 commit: 45df04fa7baa5495efc56af61cd8b4b489859ab0 Author: Sam James gentoo org> AuthorDate: Fri Mar 15 05:30:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 15 05:30:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45df04fa app-text/a2ps: suppress gnulib FPs Closes: https://bugs.gentoo.org/900697 Signed-off-by: Sam James gentoo.org> app-text/a2ps/a2ps-4.15.5-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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