commit: 83754b04d5ec96b4bb6ac7d865763a955628232f Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com> AuthorDate: Mon Feb 27 03:40:02 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 04:43:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=83754b04
NEWS: impl decl bug fix Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com> Closes: https://github.com/gentoo/portage/pull/999 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 812d506a7..22693330e 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,9 @@ Features: * TODO Bug fixes: -* TODO +* install-qa-check.d/90config-impl-decl: fix handling of non-ASCII quotes when + extracting the function name. Detect "-Werror=implicit-function-declaration" + as used by GCC. portage-3.0.45 (2023-02-26) --------------
