Skip to content

Commit

Permalink
scripts/bootstrap-prefix: use same Portage version as in bootstrap tree
Browse files Browse the repository at this point in the history
Use autotools-fixed version of Portage that is in the current bootstrap
snapshot.  Perhaps this fixes the stage1 portage install problem
reported on WSL.

Bug: https://bugs.gentoo.org/910469
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Jan 18, 2024
1 parent a086b6d commit 928d7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,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="3.0.49"
[[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.49"
STABLE_PV="3.0.56.1"
[[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.56.1"
PV="${TESTING_PV:-${STABLE_PV}}"
A=prefix-portage-${PV}.tar.bz2
einfo "Bootstrapping ${A%.tar.*}"
Expand Down

0 comments on commit 928d7d3

Please sign in to comment.