commit: 3fe243b695ad34fdb630b2ed096735d7d85c10fc Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun May 14 06:46:06 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun May 14 06:46:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3fe243b6
scripts/bootstrap-prefix: bump bootstrap tree Closes: https://bugs.gentoo.org/906299 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 2208935e1b..ca29825f36 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="20230504" + local PV="20230513" if [[ -n ${LATEST_TREE_YES} ]]; then do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2 else
