commit: b7d90ea127486fc6f104c0fbd3a6b88fb143d36e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 23 10:28:23 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 23 10:28:23 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b7d90ea1
scripts/bootstrap-prefix: disable debuginfod for bootstrap Otherwise we'd have to pull in elfutils[debuginfod] when bootstrapping. Closes: https://bugs.gentoo.org/970490 Signed-off-by: Sam James <sam <AT> gentoo.org> scripts/bootstrap-prefix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index e167aa719b..06f95fb8da 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2680,6 +2680,7 @@ set_helper_vars() { "-http3" # curl "-quic" # curl "-zstd" # binutils/gcc + "-debuginfod" # binutils ) export MAKE CONFIG_SHELL
