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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2520A158089 for ; Thu, 12 Oct 2023 18:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FA722BC01B; Thu, 12 Oct 2023 18:41:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BFE42BC01B for ; Thu, 12 Oct 2023 18:41:55 +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 D595D335C2E for ; Thu, 12 Oct 2023 18:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F734F14 for ; Thu, 12 Oct 2023 18:41:52 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1697136081.e2bd39cdc9646b84cd32daf372b5b0496c683cbc.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e2bd39cdc9646b84cd32daf372b5b0496c683cbc X-VCS-Branch: master Date: Thu, 12 Oct 2023 18:41:52 +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: f6b66758-908e-404c-b020-7abefc0d3de0 X-Archives-Hash: f1e61e071fca8de2d3f1149d975e7bd1 commit: e2bd39cdc9646b84cd32daf372b5b0496c683cbc Author: Zac Medico gentoo org> AuthorDate: Thu Oct 12 18:40:42 2023 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Oct 12 18:41:21 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e2bd39cd NEWS: Eliminate unnecessary package reinstalls (bug #915494) Bug: https://bugs.gentoo.org/915494 Signed-off-by: Zac Medico gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9f93bfbf08..7e29b3a083 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ Bug fixes: than raw bytes for file paths in calls to python modules like os and shutil (bug #914722). +* Eliminate unnecessary package reinstalls (bug #915494). + portage-3.0.52 (2023-10-03) --------------