summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-07-02 13:10:22 +0200
committerFabian Groffen <grobian@gentoo.org>2019-07-02 13:11:13 +0200
commite55d105d94506b77de1814f52346b0a4d126f129 (patch)
treeff8ea23499b011cd6735256e001036c0946ebcb0
parentscripts/auto-bootstraps/analyse_result: bring back elapsedtime (diff)
downloadprefix-e55d105d.tar.gz
prefix-e55d105d.tar.bz2
prefix-e55d105d.zip
scripts/bootstrap-prefix: bump bootstrap portage
This is necessary for ppc-macos. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh4
1 files 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%-*}"