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 6E29015800C for ; Sat, 4 Mar 2023 05:26:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE8BE07B3; Sat, 4 Mar 2023 05:26:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 59264E07B3 for ; Sat, 4 Mar 2023 05:26:34 +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 627A0340F1D for ; Sat, 4 Mar 2023 05:26:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBBF88CA for ; Sat, 4 Mar 2023 05:26:31 +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: <1677907580.93c0c9e9c0dbf55b7dad78f3ea423b36367e1d2c.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: 93c0c9e9c0dbf55b7dad78f3ea423b36367e1d2c X-VCS-Branch: master Date: Sat, 4 Mar 2023 05:26:31 +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: e52daaa0-579f-4f7a-9795-ee7d46f7beab X-Archives-Hash: 713205a550ffd37969d99cc36c6ecf01 commit: 93c0c9e9c0dbf55b7dad78f3ea423b36367e1d2c Author: Sam James gentoo org> AuthorDate: Sat Mar 4 05:26:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 4 05:26:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=93c0c9e9 NEWS: fix oldish typo Signed-off-by: Sam James gentoo.org> NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ff52a70b7..e67e488b6 100644 --- a/NEWS +++ b/NEWS @@ -243,7 +243,7 @@ Bug fixes: * portage: sets: Fix DeprecationWarning in sets. -* install-qa-check.d: 90gcc-warnigns: Disable -Wimplicit-function-declaration being +* install-qa-check.d: 90gcc-warnings: Disable -Wimplicit-function-declaration being fatal for now. The number of failures in bug #870412 is too large for the time being.