commit: 3baee23c8487825eab36514ee9ed2106656ebe34
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Wed Jun 18 18:28:58 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 20:01:01 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3baee23c
emerge-webrsync: rewrap a comment in check_file_signature_gpg()
More horizontal space was made available as a consequence of the
referenced commit.
See-also: f60e84241e16235f61bfd791492b4a80480e464b
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/emerge-webrsync | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync
index 9fe21e916c..81367ec634 100755
--- a/bin/emerge-webrsync
+++ b/bin/emerge-webrsync
@@ -298,10 +298,9 @@ check_file_signature_gpg() (
fi
if [[ ! ${GNUPGHOME=${PORTAGE_GPG_DIR}} ]]; then
- # The PORTAGE_GPG_DIR variable is either unset or
- # empty. Create a temporary directory to contain an
- # ephemeral keyring into which Gentoo's distributed
- # public key block shall be imported.
+ # The PORTAGE_GPG_DIR variable is either unset or empty. Create
+ # a temporary directory to contain an ephemeral keyring into
+ # which Gentoo's distributed public key block shall be imported.
GNUPGHOME=$(mktemp -d --
"${PORTAGE_TMPDIR}/portage/webrsync.XXXXXX") \
&& trap 'gpgconf -K pgp-agent' EXIT \
&& gpg --batch --import "${key}" \