Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 27 Feb 2023 04:44:00
Message-Id: 1677473029.83754b04d5ec96b4bb6ac7d865763a955628232f.sam@gentoo
1 commit: 83754b04d5ec96b4bb6ac7d865763a955628232f
2 Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 03:40:02 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 04:43:49 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=83754b04
7
8 NEWS: impl decl bug fix
9
10 Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com>
11 Closes: https://github.com/gentoo/portage/pull/999
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 NEWS | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index 812d506a7..22693330e 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -5,7 +5,9 @@ Features:
22 * TODO
23
24 Bug fixes:
25 -* TODO
26 +* install-qa-check.d/90config-impl-decl: fix handling of non-ASCII quotes when
27 + extracting the function name. Detect "-Werror=implicit-function-declaration"
28 + as used by GCC.
29
30 portage-3.0.45 (2023-02-26)
31 --------------