commit: ce554a6cfc46536e0114e7257ff6b8c20c70a15e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 07:05:24 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 5 07:05:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ce554a6c
scripts/bootstrap-prefix: bump snapshot to fix Python upgrade issue
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 4610358c0d..7fe3ce7808 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -579,7 +579,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20230429"
+ local PV="20230504"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else