Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 20 Mar 2023 12:38:31
Message-Id: 1679315903.2beb40a532501f3a7f030696920547d738163e0a.sam@gentoo
1 commit: 2beb40a532501f3a7f030696920547d738163e0a
2 Author: Nick Bello <uwu <AT> nikku <DOT> icu>
3 AuthorDate: Mon Mar 20 12:37:35 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 12:38:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2beb40a5
7
8 scripts/bootstrap-prefix.sh: avoid curl/nghttp2 circular dep
9
10 Closes: https://bugs.gentoo.org/901101
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 scripts/bootstrap-prefix.sh | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
17 index 9f048edb00..c032f7424a 100755
18 --- a/scripts/bootstrap-prefix.sh
19 +++ b/scripts/bootstrap-prefix.sh
20 @@ -2245,7 +2245,8 @@ bootstrap_stage3() {
21 fi
22
23 # Avoid installing git or encryption just for fun while completing @system
24 - export USE="-git -crypt"
25 + # e.g. bug #901101
26 + export USE="-git -crypt -http2"
27
28 # Portage should figure out itself what it needs to do, if anything.
29 einfo "running emerge -uDNv system"