Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Sun, 26 Feb 2023 21:55:32
Message-Id: 1677448524.95be4f4e72a28df07de10d0864b2e4800f1a22cd.sam@gentoo
1 commit: 95be4f4e72a28df07de10d0864b2e4800f1a22cd
2 Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 26 21:19:19 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 21:55:24 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=95be4f4e
7
8 ebuild(5): add QA_CONFIG_IMPL_DECL_SKIP
9
10 Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 man/ebuild.5 | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/man/ebuild.5 b/man/ebuild.5
17 index decef8399..029917878 100644
18 --- a/man/ebuild.5
19 +++ b/man/ebuild.5
20 @@ -916,6 +916,11 @@ If set, then portage verifies that all pkg-config .pc files have a Version field
21 with the value of QA_PKGCONFIG_VERSION. For example, set
22 \fIQA_PKGCONFIG_VERSION=${PV}\fR if your package is expected to install all
23 pkg-config .pc files with a Version field containing PV.
24 +.TP
25 +.B QA_CONFIG_IMPL_DECL_SKIP
26 +This should contain a list of function names to ignore when checking for
27 +\fI-Wimplicit-function-declaration\fR in configure logs. This should only be
28 +used for false positives.
29
30 .SH "PORTAGE DECLARATIONS"
31 .TP