Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Tue, 02 Jul 2019 11:11:24
Message-Id: 1562065873.e55d105d94506b77de1814f52346b0a4d126f129.grobian@gentoo
1 commit: e55d105d94506b77de1814f52346b0a4d126f129
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 11:10:22 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 11:11:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e55d105d
7
8 scripts/bootstrap-prefix: bump bootstrap portage
9
10 This is necessary for ppc-macos.
11
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 scripts/bootstrap-prefix.sh | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
18 index f8ce6c86c5..25786ed6d4 100755
19 --- a/scripts/bootstrap-prefix.sh
20 +++ b/scripts/bootstrap-prefix.sh
21 @@ -666,8 +666,8 @@ bootstrap_portage() {
22 # STABLE_PV that is known to work. Intended for power users only.
23 ## It is critical that STABLE_PV is the lastest (non-masked) version that is
24 ## included in the snapshot for bootstrap_tree.
25 - STABLE_PV="2.3.67"
26 - [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.67"
27 + STABLE_PV="2.3.68"
28 + [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.68"
29 PV="${TESTING_PV:-${STABLE_PV}}"
30 A=prefix-portage-${PV}.tar.bz2
31 einfo "Bootstrapping ${A%-*}"