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 6F64115800F for ; Mon, 2 Jan 2023 20:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD89E084A; Mon, 2 Jan 2023 20:46:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79990E07B3 for ; Mon, 2 Jan 2023 20:46:01 +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 8581E335D75 for ; Mon, 2 Jan 2023 20:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38517FB for ; Mon, 2 Jan 2023 20:45:58 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1672692210.7ee654ca628d0b018b781b0efba0f455d04f0a44.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7ee654ca628d0b018b781b0efba0f455d04f0a44 X-VCS-Branch: master Date: Mon, 2 Jan 2023 20:45:58 +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: fa9607b8-7f11-4359-a1cd-694af1fdb957 X-Archives-Hash: 8bfb2275f396076d971262012a3ea5f0 commit: 7ee654ca628d0b018b781b0efba0f455d04f0a44 Author: Mike Gilbert gentoo org> AuthorDate: Mon Jan 2 20:43:30 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jan 2 20:43:30 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7ee654ca Update NEWS with PATH changes Signed-off-by: Mike Gilbert gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index cb5ae983e..3821e6fcf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +portage-3.0.44 (?) + +Bug fixes: +* ebuild: the PATH variable exported to ebuilds has been changed: + The PATH setting from /etc/profile.env is appended to portage-internal + paths, and ROOTPATH is no longer included (bug #607696, #693308, #888543). + portage-3.0.43 (2023-01-02) --------------