summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-04-06 09:13:54 +0200
committerFabian Groffen <grobian@gentoo.org>2024-04-06 09:16:12 +0200
commit1152fbf41ae0e0272b8f77413d0dabb15e81ea59 (patch)
tree5b82cd917f835bec5df98d8279fb0a0127b9b378
parentscripts/auto-bootstraps/dobootstrap: fix shellcheck fix (diff)
downloadprefix-1152fbf41ae0e0272b8f77413d0dabb15e81ea59.tar.gz
prefix-1152fbf41ae0e0272b8f77413d0dabb15e81ea59.tar.bz2
prefix-1152fbf41ae0e0272b8f77413d0dabb15e81ea59.zip
scripts/bootstrap-prefix: bump snapshot for Darwin fixes
- binutils-config ld duplicate paths elimination - gcc math.h fix for darwin - openssl using --push-state --as-needed --pop-state LDFLAGS unconditional 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 0ef1aefa3b..5eee608a9a 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="20240218"
+ local PV="20240405"
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1