commit: 6a7d96c6d0dd038b09e9b77e5b76be378e5172ba Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Dec 11 15:37:18 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Dec 11 15:37:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6a7d96c6
scripts/bootstrap-prefix: bump snapshot for macOS Tahoe This snapshot includes mask and packages changes necessary to complete the bootstrap as confirmed on arm64-macos today. Closes: https://bugs.gentoo.org/962964 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 0c2c1cb78a..336acd2d44 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -558,7 +558,7 @@ bootstrap_tree() { # retain this comment and the line below to # keep this snapshot around in the snapshots # MKSNAPSHOT-ANCHOR -- directory of rsync slaves - local PV="20251209" + local PV="20251210" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1
