commit: e55d105d94506b77de1814f52346b0a4d126f129 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Jul 2 11:10:22 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Jul 2 11:11:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e55d105d
scripts/bootstrap-prefix: bump bootstrap portage This is necessary for ppc-macos. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> 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 f8ce6c86c5..25786ed6d4 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -666,8 +666,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.67" - [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.67" + STABLE_PV="2.3.68" + [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.68" PV="${TESTING_PV:-${STABLE_PV}}" A=prefix-portage-${PV}.tar.bz2 einfo "Bootstrapping ${A%-*}"