commit: 309427edda212c01ede18d700c8dda40c66bb6da
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Mon Jun 23 03:13:22 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 10:37:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=309427ed
emerge-webrsync: comment as the provenance of PORTAGE_TEMP_GPG_DIR
Add a comment to the handle_pgp_setup() function, mentioning that the
'PORTAGE_TEMP_GPG_DIR' variable is an artefact of a particular commit.
See-also: 829623eadbeda97d37c0ea50dc5f08f19bf4561b
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/emerge-webrsync | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync
index c012160135..5ed5bc0d4b 100755
--- a/bin/emerge-webrsync
+++ b/bin/emerge-webrsync
@@ -143,6 +143,7 @@ handle_pgp_setup() {
einfo "PGP verification method: ${verification_method:-disabled}"
+ # This is an artefact of commit
829623eadbeda97d37c0ea50dc5f08f19bf4561b.
if [[ -n ${PORTAGE_TEMP_GPG_DIR} ]]; then
PORTAGE_GPG_DIR=${PORTAGE_TEMP_GPG_DIR}
fi