diff options
-rwxr-xr-x | scripts/bootstrap-prefix.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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" |