diff options
author | 2023-03-20 12:37:35 +0000 | |
---|---|---|
committer | 2023-03-20 12:38:23 +0000 | |
commit | 2beb40a532501f3a7f030696920547d738163e0a (patch) | |
tree | cfe6174fb71090a7530a636da6ce1c3a3a653181 | |
parent | scripts/bootstrap-prefix.sh: bump cygwin python version (diff) | |
download | prefix-master.tar.gz prefix-master.tar.bz2 prefix-master.zip |
Closes: https://bugs.gentoo.org/901101
Signed-off-by: Sam James <sam@gentoo.org>
-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" |