commit: 17dd90017df422633ffbb32cbbbc00ceeadef47c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Oct 15 06:02:02 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Oct 15 06:02:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=17dd9001
scripts/bootstrap=prefix: bump snapshot for sys-devel/gcc fixes Bug: https://bugs.gentoo.org/812278 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 59f286384b..ec489f1f26 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -547,7 +547,7 @@ do_tree() { bootstrap_tree() { # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 - local PV="20210822" + local PV="20211014" if [[ -n ${LATEST_TREE_YES} ]]; then do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2 else
