diff options
author | 2023-06-02 14:23:11 +0200 | |
---|---|---|
committer | 2023-06-02 14:23:11 +0200 | |
commit | c6db2398458c74d6ac1f4915e9733ab1f4e3aa05 (patch) | |
tree | c0c9157e465dbb0ac66b973889269c473b11b5a8 | |
parent | dev-lang/python-3.11.3: pull in uuid for Darwin/Solaris (diff) | |
download | prefix-c6db2398458c74d6ac1f4915e9733ab1f4e3aa05.tar.gz prefix-c6db2398458c74d6ac1f4915e9733ab1f4e3aa05.tar.bz2 prefix-c6db2398458c74d6ac1f4915e9733ab1f4e3aa05.zip |
scripts/bootstrap-prefix: bump bootstrap snapshot
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 45cf2f4e2c..8e53e57705 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -563,7 +563,7 @@ do_tree() { bootstrap_tree() { # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 - local PV="20230513" + local PV="20230601" if [[ -n ${LATEST_TREE_YES} ]]; then do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2 else |