From 2185ae8dc748888b8f86221018b77d4aac8770e8 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 21 Nov 2020 14:43:59 +0100 Subject: scripts/bootstrap-prefix: use latest portage which matches snapshot Signed-off-by: Fabian Groffen --- scripts/bootstrap-prefix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 7edc5b9d3e..ca029edc21 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -660,8 +660,8 @@ bootstrap_portage() { # STABLE_PV that is known to work. Intended for power users only. ## It is critical that STABLE_PV is the lastest (non-masked) version that is ## included in the snapshot for bootstrap_tree. - STABLE_PV="2.3.100" - [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.100" + STABLE_PV="3.0.8" + [[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.8" PV="${TESTING_PV:-${STABLE_PV}}" A=prefix-portage-${PV}.tar.bz2 einfo "Bootstrapping ${A%-*}" -- cgit v1.2.3-65-gdbad