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 DD7DA158089 for ; Fri, 15 Sep 2023 04:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4FD62BC01C; Fri, 15 Sep 2023 04:28:29 +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 B7E132BC01C for ; Fri, 15 Sep 2023 04:28:29 +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 8696A335D0A for ; Fri, 15 Sep 2023 04:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52D011A2 for ; Fri, 15 Sep 2023 04:28:26 +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: <1694752103.07d747c9a3cc2d9be24870cf3a07ddc301d3ae76.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: 07d747c9a3cc2d9be24870cf3a07ddc301d3ae76 X-VCS-Branch: master Date: Fri, 15 Sep 2023 04:28:26 +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: 8ef33b02-1f42-436c-ad0a-6a05d0cd95a3 X-Archives-Hash: 9d3b3818d7b00de54e60e3843132eb73 commit: 07d747c9a3cc2d9be24870cf3a07ddc301d3ae76 Author: Oskari Pirhonen gmail com> AuthorDate: Tue Sep 5 01:26:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 15 04:28:23 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=07d747c9 update NEWS Signed-off-by: Oskari Pirhonen gmail.com> Closes: https://github.com/gentoo/portage/pull/1090 Signed-off-by: Sam James gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 3e9e36f23f..023bea3f85 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ Bug fixes: * emerge: ensure paths are UTF-8 encoded in _needs_move() (bug #913103). +* vartree: keep build dir if postinst fails (bug #704866). + portage-3.0.51 (2023-08-20) --------------