summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-06-02 14:23:11 +0200
committerFabian Groffen <grobian@gentoo.org>2023-06-02 14:23:11 +0200
commitc6db2398458c74d6ac1f4915e9733ab1f4e3aa05 (patch)
treec0c9157e465dbb0ac66b973889269c473b11b5a8 /scripts/bootstrap-prefix.sh
parentdev-lang/python-3.11.3: pull in uuid for Darwin/Solaris (diff)
downloadprefix-c6db2398458c74d6ac1f4915e9733ab1f4e3aa05.tar.gz
prefix-c6db2398458c74d6ac1f4915e9733ab1f4e3aa05.tar.bz2
prefix-c6db2398458c74d6ac1f4915e9733ab1f4e3aa05.zip
scripts/bootstrap-prefix: bump bootstrap snapshot
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'scripts/bootstrap-prefix.sh')
-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 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