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: Sat, 21 Aug 2021 06:18:58
Message-Id: 1629526710.817c8614fec20221ddedadd02d9325b51c525e99.grobian@gentoo
1 commit: 817c8614fec20221ddedadd02d9325b51c525e99
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 06:18:30 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 06:18:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=817c8614
7
8 scripts/bootstrap-prefix: bootstrap with newer Portage for EAPI=8
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 c34842da77..03f385c667 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -610,8 +610,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.0.2"
24 - [[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.12.0.2"
25 + STABLE_PV="3.0.21"
26 + [[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.21"
27 PV="${TESTING_PV:-${STABLE_PV}}"
28 A=prefix-portage-${PV}.tar.bz2
29 einfo "Bootstrapping ${A%.tar.*}"