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 09CB3158020 for ; Sat, 10 Dec 2022 00:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 439B9E0101; Sat, 10 Dec 2022 00:23:52 +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 27D6FE0101 for ; Sat, 10 Dec 2022 00:23:52 +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 28D95340C53 for ; Sat, 10 Dec 2022 00:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1ED0771 for ; Sat, 10 Dec 2022 00:23:49 +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: <1670631811.daf7c92e70806144160874ddd942a34ecd176570.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: daf7c92e70806144160874ddd942a34ecd176570 X-VCS-Branch: master Date: Sat, 10 Dec 2022 00:23:49 +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: 206d4c08-9ec4-4ceb-a7fc-bfec7462761b X-Archives-Hash: 895ba9eb783c5478204d7c0893b0755f commit: daf7c92e70806144160874ddd942a34ecd176570 Author: Sam James gentoo org> AuthorDate: Sat Dec 10 00:23:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 10 00:23:31 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=daf7c92e NEWS: retroactively add bug reference for ROOT rebuild fix Bug: https://bugs.gentoo.org/520112 Signed-off-by: Sam James gentoo.org> NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 43c957734..ea9967d0f 100644 --- a/NEWS +++ b/NEWS @@ -71,7 +71,7 @@ Bug fixes: * depgraph: Resolve atoms using the correct root. This bug may have played out in different ways, but one example was a rebuild in / causing the same package - to be added to ROOT, even when it had no other reason to be. + to be added to ROOT, even when it had no other reason to be. See bug #520112. * env-update: Also generate PATH definition in systemd user environment file /etc/environment.d/10-gentoo-env.conf