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 7E86B158094 for ; Sat, 6 Aug 2022 21:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 785D9E0C62; Sat, 6 Aug 2022 21:01:27 +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 9E8B7E0C62 for ; Sat, 6 Aug 2022 21:01:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4AC79341221 for ; Sat, 6 Aug 2022 21:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 903628C for ; Sat, 6 Aug 2022 21:01: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: <1659819612.0505c2e37bdfe3279bc4d1effcc4c1bb5148aa9e.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/dispatch-conf X-VCS-Directories: bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0505c2e37bdfe3279bc4d1effcc4c1bb5148aa9e X-VCS-Branch: master Date: Sat, 6 Aug 2022 21:01: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: 6a36a525-8688-450e-a98d-ebcc2e917133 X-Archives-Hash: 70ab9f5cdefb5d04b51ce88d42368e42 commit: 0505c2e37bdfe3279bc4d1effcc4c1bb5148aa9e Author: Alfred Persson Forsberg catcream org> AuthorDate: Thu Aug 4 22:45:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 6 21:00:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0505c2e3 dispatch-conf: respect (E)ROOT Signed-off-by: Alfred Persson Forsberg catcream.org> Closes: https://github.com/gentoo/portage/pull/881 Signed-off-by: Sam James gentoo.org> bin/dispatch-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 9490197d3..e7634eab6 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -116,7 +116,7 @@ class dispatch: perform_conf_update_session_hooks("pre-session") - config_root = portage.settings["EPREFIX"] or os.sep + config_root = portage.settings["EROOT"] self.options = portage.dispatch_conf.read_config(MANDATORY_OPTS) if "log-file" in self.options: