commit: f9c3b2bb44c074d4747ca3b3f25af2dc5748c3bd Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jan 15 07:08:18 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jan 15 07:08:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f9c3b2bb
scripts/bootstrap-prefix: bump snapshot for macOS Sanoma and pkgmove Snapshot and script now match the pkgmoves to dev-build Support for macOS Sanoma via GCC-13. Closes: https://bugs.gentoo.org/916291 Closes: https://bugs.gentoo.org/914828 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 d760f747cd..f74f179e0d 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -537,7 +537,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="20230910" + local PV="20240114" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1
