Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 08 Aug 2022 08:09:45
Message-Id: 1659946120.04d477f6f9a4a51e71d35d200c10ce47ca84c65b.grobian@gentoo
1 commit: 04d477f6f9a4a51e71d35d200c10ce47ca84c65b
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 08:08:40 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 08:08:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=04d477f6
7
8 scripts/bootstrap-prefix: bump snapshot for arm64-macos profile fixes
9
10 This should allow a bootstrap to succeed on arm64-macos, bypassing the
11 groff build problem.
12
13 Bug: https://bugs.gentoo.org/778014
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 scripts/bootstrap-prefix.sh | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
20 index 4466831868..e05ad93720 100755
21 --- a/scripts/bootstrap-prefix.sh
22 +++ b/scripts/bootstrap-prefix.sh
23 @@ -615,7 +615,7 @@ do_tree() {
24 bootstrap_tree() {
25 # RAP uses the latest gentoo main repo snapshot to bootstrap.
26 is-rap && LATEST_TREE_YES=1
27 - local PV="20220803"
28 + local PV="20220807"
29 if [[ -n ${LATEST_TREE_YES} ]]; then
30 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
31 else