From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id CBF55158074 for ; Sun, 22 Jun 2025 10:57:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B0824340D6C for ; Sun, 22 Jun 2025 10:57:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A77ED1103E1; Sun, 22 Jun 2025 10:57:28 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 95CF41103E1 for ; Sun, 22 Jun 2025 10:57:28 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D8BB340D6C for ; Sun, 22 Jun 2025 10:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9441974 for ; Sun, 22 Jun 2025 10:57: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: <1750589819.70dd4e41bd410aba54e23bd482a9b521625b793a.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/emerge-webrsync X-VCS-Directories: bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 70dd4e41bd410aba54e23bd482a9b521625b793a X-VCS-Branch: master Date: Sun, 22 Jun 2025 10:57: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: 0829169a-be32-45ae-adcf-6f6b05064f83 X-Archives-Hash: fde638993a78f057a58e0d3b4c96ea39 commit: 70dd4e41bd410aba54e23bd482a9b521625b793a Author: Kerin Millar plushkava net> AuthorDate: Sun Jun 22 04:33:21 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 22 10:56:59 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=70dd4e41 emerge-webrsync: import DISTDIR, EPREFIX and FEATURES with portageq A recent commit accidentally caused all of the 'DISTDIR', 'EPREFIX' and 'FEATURES' variables to no longer be declared. Address this issue by ensuring that, once again, portageq is instructed to print the declarations of these variables. Fixes: a8c6055ad7ff5a27ad92037e8f3af5a33996bbd0 Signed-off-by: Kerin Millar plushkava.net> Signed-off-by: Sam James gentoo.org> bin/emerge-webrsync | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync index 8ec4d888c0..743dee2fbe 100755 --- a/bin/emerge-webrsync +++ b/bin/emerge-webrsync @@ -611,6 +611,9 @@ if ! portageq=$(PATH=${BASH_SOURCE%/*}:${PATH} type -P portageq); then fi portage_vars=( + DISTDIR + EPREFIX + FEATURES FETCHCOMMAND GENTOO_MIRRORS PORTAGE_BIN_PATH