commit: 6fd9932cd2bf2cdcdab00d0915e289114104b99e Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Jan 5 08:44:01 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Jan 5 08:44:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6fd9932c
scripts/bootstrap-prefix: bump snapshot for misc fixes - Darwin: Python, Portage - Linux: binutils Bug: https://bugs.gentoo.org/754753 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 9a8d0bf459..265ca4693c 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -531,7 +531,7 @@ do_tree() { bootstrap_tree() { # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 - local PV="20210102" + local PV="20210104" if [[ -n ${LATEST_TREE_YES} ]]; then do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2 else
