From 2beb40a532501f3a7f030696920547d738163e0a Mon Sep 17 00:00:00 2001 From: Nick Bello Date: Mon, 20 Mar 2023 12:37:35 +0000 Subject: scripts/bootstrap-prefix.sh: avoid curl/nghttp2 circular dep Closes: https://bugs.gentoo.org/901101 Signed-off-by: Sam James --- scripts/bootstrap-prefix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 9f048edb00..c032f7424a 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2245,7 +2245,8 @@ bootstrap_stage3() { fi # Avoid installing git or encryption just for fun while completing @system - export USE="-git -crypt" + # e.g. bug #901101 + export USE="-git -crypt -http2" # Portage should figure out itself what it needs to do, if anything. einfo "running emerge -uDNv system" -- cgit v1.2.3-65-gdbad