commit: 70dd4e41bd410aba54e23bd482a9b521625b793a
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sun Jun 22 04:33:21 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> 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