commit: c3ad2b1bac41f2b3089658c549f72c1e823e0a41
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 06:28:06 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon May 1 06:28:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c3ad2b1b
scripts/bootstrap-prefix: bump snapshot
This version allowed me to bootstrap x64-macos on darwin17.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 272523f17b..260c7d229f 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -584,7 +584,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20230424"
+ local PV="20230429"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else