summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Bello <uwu@nikku.icu>2023-03-20 12:37:35 +0000
committerSam James <sam@gentoo.org>2023-03-20 12:38:23 +0000
commit2beb40a532501f3a7f030696920547d738163e0a (patch)
treecfe6174fb71090a7530a636da6ce1c3a3a653181
parentscripts/bootstrap-prefix.sh: bump cygwin python version (diff)
downloadprefix-master.tar.gz
prefix-master.tar.bz2
prefix-master.zip
scripts/bootstrap-prefix.sh: avoid curl/nghttp2 circular depHEADmaster
Closes: https://bugs.gentoo.org/901101 Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh3
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"