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 4AF6B15800F for ; Tue, 3 Jan 2023 01:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90AFBE08E0; Tue, 3 Jan 2023 01:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CBC1E08E0 for ; Tue, 3 Jan 2023 01:02:50 +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 97963340C39 for ; Tue, 3 Jan 2023 01:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9B567FB for ; Tue, 3 Jan 2023 01:02:47 +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: <1672707695.0c8928b6b49603c0a3e0bcf1640da708865d20fe.sam@gentoo> Subject: [gentoo-commits] proj/binutils-config:master commit in: src/ X-VCS-Repository: proj/binutils-config X-VCS-Files: src/binutils-config X-VCS-Directories: src/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0c8928b6b49603c0a3e0bcf1640da708865d20fe X-VCS-Branch: master Date: Tue, 3 Jan 2023 01:02:47 +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: 0c0b6e17-154d-47e8-9400-a8184abe1803 X-Archives-Hash: 9881e642589f730a8717e259594e0d09 commit: 0c8928b6b49603c0a3e0bcf1640da708865d20fe Author: James Le Cuirot gentoo org> AuthorDate: Mon Jan 2 17:24:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 3 01:01:35 2023 +0000 URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=0c8928b6 Read CHOST with portageq from EROOT and not / Signed-off-by: James Le Cuirot gentoo.org> Closes: https://github.com/gentoo/binutils-config/pull/1 Signed-off-by: Sam James gentoo.org> src/binutils-config | 1 + 1 file changed, 1 insertion(+) diff --git a/src/binutils-config b/src/binutils-config index 37ea77c..a28366a 100755 --- a/src/binutils-config +++ b/src/binutils-config @@ -13,6 +13,7 @@ BROOT="@GENTOO_EPREFIX@" [[ ${BROOT} == @*@ ]] && BROOT="" : ${EPREFIX="${BROOT}"} EROOT="${ROOT%/}${EPREFIX}/" +export PORTAGE_CONFIGROOT="${EROOT}" cd "${BROOT}/"