summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-06-23 09:04:26 +0200
committerFabian Groffen <grobian@gentoo.org>2024-06-23 09:04:26 +0200
commit0c15f53abb6ee951a4381715e8cbdcc59e2e06cf (patch)
tree5e09bd5435aa6911ce97cd9df926a600ac4ca734
parentscripts/bootstrap-prefix: bump snapshot for zstd compile-fix (diff)
downloadprefix-0c15f53abb6ee951a4381715e8cbdcc59e2e06cf.tar.gz
prefix-0c15f53abb6ee951a4381715e8cbdcc59e2e06cf.tar.bz2
prefix-0c15f53abb6ee951a4381715e8cbdcc59e2e06cf.zip
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@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
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