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: Sat, 05 Nov 2022 09:32:29
Message-Id: 1667640693.a259b45a78f412742e38fe0457030fa244ec8f99.grobian@gentoo
1 commit: a259b45a78f412742e38fe0457030fa244ec8f99
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:31:33 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:31:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a259b45a
7
8 scripts/bootstrap-prefix: bump snapshot for new macOS profile
9
10 Added macOS Ventura (Darwin 22) profile
11
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 scripts/bootstrap-prefix.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
18 index ff23367616..4a6125b769 100755
19 --- a/scripts/bootstrap-prefix.sh
20 +++ b/scripts/bootstrap-prefix.sh
21 @@ -568,7 +568,7 @@ do_tree() {
22 bootstrap_tree() {
23 # RAP uses the latest gentoo main repo snapshot to bootstrap.
24 is-rap && LATEST_TREE_YES=1
25 - local PV="20220807"
26 + local PV="20221104"
27 if [[ -n ${LATEST_TREE_YES} ]]; then
28 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
29 else