commit: 0c15f53abb6ee951a4381715e8cbdcc59e2e06cf Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Jun 23 07:04:26 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Jun 23 07:04:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0c15f53a
scripts/bootstrap-prefix: bump snapshot for xz-utils fix We need 3f4b5440ef1e9b77b465dcaf0a0e104238ff6ed8 (from bug #934515) to make the bootstrap succeed on macOS/Darwin. Closes: https://bugs.gentoo.org/934757 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 d62aae9b80..721157f1df 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -573,7 +573,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="20240617" + local PV="20240622" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1
