diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-09-23 19:02:04 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-09-23 19:02:04 +0200 |
commit | eadd02fd66d8cea0869bba0ad3c0bb4b12360861 (patch) | |
tree | 1515c7addf6ffdf0f8ad18e3b5166089ee414b10 | |
parent | sys-devel/gcc-14.2.0: version bump (should fix Darwin24) (diff) | |
download | prefix-eadd02fd66d8cea0869bba0ad3c0bb4b12360861.tar.gz prefix-eadd02fd66d8cea0869bba0ad3c0bb4b12360861.tar.bz2 prefix-eadd02fd66d8cea0869bba0ad3c0bb4b12360861.zip |
scripts/bootstrap-prefix: bump snapshot date
This brings in a profile for Darwin24 (Sequoia) but not a working
bootstrap for that platform yet.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-x | scripts/bootstrap-prefix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index a4e3673dd7..903f199ce9 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -531,7 +531,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="20240729" + local PV="20240922" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 |