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 79FAA158498 for ; Thu, 23 May 2024 01:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 688A8E2A19; Thu, 23 May 2024 01:36:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C105E2A18 for ; Thu, 23 May 2024 01:36:46 +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 96F29341C25 for ; Thu, 23 May 2024 01:36:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E9611B36 for ; Thu, 23 May 2024 01:36:42 +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: <1716428135.2dd81a7557fb8fda79e6724d77d929c5c0f95159.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pick/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pick/pick-4.0.0.ebuild X-VCS-Directories: sys-apps/pick/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2dd81a7557fb8fda79e6724d77d929c5c0f95159 X-VCS-Branch: master Date: Thu, 23 May 2024 01:36:42 +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: b4db58ac-b507-40f9-b08c-daf8c191b28f X-Archives-Hash: c5d91a0d3d7a640dbfc753310ee52e6b commit: 2dd81a7557fb8fda79e6724d77d929c5c0f95159 Author: Eli Schwartz gmail com> AuthorDate: Thu May 23 00:10:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 23 01:35:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd81a75 sys-apps/pick: add whitelist for false positive configure implicit decls Closes: https://bugs.gentoo.org/908573 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sys-apps/pick/pick-4.0.0.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sys-apps/pick/pick-4.0.0.ebuild b/sys-apps/pick/pick-4.0.0.ebuild index 74ce519db2c9..180a03315b3f 100644 --- a/sys-apps/pick/pick-4.0.0.ebuild +++ b/sys-apps/pick/pick-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,6 +21,17 @@ PATCHES=( "${FILESDIR}/${PN}-4.0.0-tinfo.patch" ) +# all these checks are compiled via a homebrew configure script which +# does set -Werror. bug #908573 +QA_CONFIG_IMPL_DECL_SKIP+=( + # "check if _GNU_SOURCE is needed" ??? + wcwidth + # not available on Linux + pledge + # libbsd + strtonum +) + src_configure() { # not autoconf ./configure || die