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 6EA69158030 for ; Mon, 27 Feb 2023 04:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E4C5E0817; Mon, 27 Feb 2023 04:43:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EF382E07FE for ; Mon, 27 Feb 2023 04:43:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04CD6340E5B for ; Mon, 27 Feb 2023 04:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B232865 for ; Mon, 27 Feb 2023 04:43:56 +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: <1677473029.83754b04d5ec96b4bb6ac7d865763a955628232f.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 83754b04d5ec96b4bb6ac7d865763a955628232f X-VCS-Branch: master Date: Mon, 27 Feb 2023 04:43:56 +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: 6c6368ca-3002-4879-a793-bf41d9209b72 X-Archives-Hash: 234ac30c46983bf449b5e56e5e0c8f70 commit: 83754b04d5ec96b4bb6ac7d865763a955628232f Author: Oskari Pirhonen gmail com> AuthorDate: Mon Feb 27 03:40:02 2023 +0000 Commit: Sam James gentoo 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 gmail.com> Closes: https://github.com/gentoo/portage/pull/999 Signed-off-by: Sam James 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) --------------