diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-11-21 14:43:59 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-11-21 14:43:59 +0100 |
commit | 2185ae8dc748888b8f86221018b77d4aac8770e8 (patch) | |
tree | ebbcbe0a2548942701ee5b09f2a41ea50ba6039a | |
parent | scripts/bootstrap-prefix: clean up m4 bootstrapping (diff) | |
download | prefix-2185ae8dc748888b8f86221018b77d4aac8770e8.tar.gz prefix-2185ae8dc748888b8f86221018b77d4aac8770e8.tar.bz2 prefix-2185ae8dc748888b8f86221018b77d4aac8770e8.zip |
scripts/bootstrap-prefix: use latest portage which matches snapshot
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-x | scripts/bootstrap-prefix.sh | 4 |
1 files 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%-*}" |