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 CE903158030 for ; Sun, 26 Feb 2023 21:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06925E085B; Sun, 26 Feb 2023 21:55:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E2C0DE085B for ; Sun, 26 Feb 2023 21:55:31 +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 26423335D28 for ; Sun, 26 Feb 2023 21:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA61F807 for ; Sun, 26 Feb 2023 21:55:29 +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: <1677448524.95be4f4e72a28df07de10d0864b2e4800f1a22cd.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95be4f4e72a28df07de10d0864b2e4800f1a22cd X-VCS-Branch: master Date: Sun, 26 Feb 2023 21:55:29 +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: b06bb546-56a7-48de-8e8c-883587800029 X-Archives-Hash: 6170175b95c7e052402ffc73da194ed8 commit: 95be4f4e72a28df07de10d0864b2e4800f1a22cd Author: Oskari Pirhonen gmail com> AuthorDate: Sun Feb 26 21:19:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 26 21:55:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=95be4f4e ebuild(5): add QA_CONFIG_IMPL_DECL_SKIP Signed-off-by: Oskari Pirhonen gmail.com> Signed-off-by: Sam James gentoo.org> man/ebuild.5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/ebuild.5 b/man/ebuild.5 index decef8399..029917878 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -916,6 +916,11 @@ If set, then portage verifies that all pkg-config .pc files have a Version field with the value of QA_PKGCONFIG_VERSION. For example, set \fIQA_PKGCONFIG_VERSION=${PV}\fR if your package is expected to install all pkg-config .pc files with a Version field containing PV. +.TP +.B QA_CONFIG_IMPL_DECL_SKIP +This should contain a list of function names to ignore when checking for +\fI-Wimplicit-function-declaration\fR in configure logs. This should only be +used for false positives. .SH "PORTAGE DECLARATIONS" .TP