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 89F35158094 for ; Thu, 29 Sep 2022 21:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F801E0794; Thu, 29 Sep 2022 21:37:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49FADE0794 for ; Thu, 29 Sep 2022 21:37:26 +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 53BE534104A for ; Thu, 29 Sep 2022 21:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE6B95EE for ; Thu, 29 Sep 2022 21:37:23 +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: <1664487440.29466ce53b1049e5f78917e9a5de85d5f948191a.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: 29466ce53b1049e5f78917e9a5de85d5f948191a X-VCS-Branch: master Date: Thu, 29 Sep 2022 21:37:23 +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: ea4ad992-1c23-4b73-8249-55636f811c96 X-Archives-Hash: ab0fb6703fd9781dd0a59ecf65517bc1 commit: 29466ce53b1049e5f78917e9a5de85d5f948191a Author: Sam James gentoo org> AuthorDate: Thu Sep 29 21:37:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 29 21:37:20 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=29466ce5 NEWS: update for _global_updates fix Signed-off-by: Sam James gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 1ea559ee5..4dc1d0d19 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,8 @@ Bug fixes: * bin: ecompress: zstd: Set '-q --rm' in PORTAGE_COMPRESS_FLAGS to behave like other compressors. +* portage: _global_updates: Fix update summary output. + portage-3.0.37 (2022-09-23) --------------