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: Thu, 14 Jan 2021 10:37:10
Message-Id: 1610620620.a04d0b455318d4222370beeb4b9b0c809fabf060.grobian@gentoo
1 commit: a04d0b455318d4222370beeb4b9b0c809fabf060
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 14 10:37:00 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 14 10:37:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a04d0b45
7
8 scripts/bootstrap-prefix.sh: bump bootstrap portage version
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 3f6064f389..95d0b27de9 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -593,8 +593,8 @@ bootstrap_portage() {
20 # STABLE_PV that is known to work. Intended for power users only.
21 ## It is critical that STABLE_PV is the lastest (non-masked) version that is
22 ## included in the snapshot for bootstrap_tree.
23 - STABLE_PV="3.0.12"
24 - [[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.12"
25 + STABLE_PV="3.0.12.0.2"
26 + [[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.12.0.2"
27 PV="${TESTING_PV:-${STABLE_PV}}"
28 A=prefix-portage-${PV}.tar.bz2
29 einfo "Bootstrapping ${A%.tar.*}"