commit: fe3475aa2bf9ef0c965909f0c846aa7b7a75cd04
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 18:18:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 18:18:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fe3475aa
bootstrap-prefix.sh: bump snapshot for autotools.eclass (and distutils-r1) fix
Signed-off-by: Sam James <sam <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 a484eae4d2..387a66c827 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -618,7 +618,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20220616"
+ local PV="20220629"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else