Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 30 Jun 2022 19:15:02
Message-Id: 1656616481.38898757029ed90d486d2dae6f0febf355bc9fd9.sam@gentoo
1 commit: 38898757029ed90d486d2dae6f0febf355bc9fd9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 19:14:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 19:14:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=38898757
7
8 Revert "bootstrap-prefix.sh: bump snapshot for autotools.eclass (and distutils-r1) fix"
9
10 I'd checked the snapshot was there but not the other prefix-overlay
11 tarball it fetches.
12
13 This reverts commit fe3475aa2bf9ef0c965909f0c846aa7b7a75cd04.
14
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 scripts/bootstrap-prefix.sh | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
21 index 127d91aca7..6a7d27bb4b 100755
22 --- a/scripts/bootstrap-prefix.sh
23 +++ b/scripts/bootstrap-prefix.sh
24 @@ -618,7 +618,7 @@ do_tree() {
25 bootstrap_tree() {
26 # RAP uses the latest gentoo main repo snapshot to bootstrap.
27 is-rap && LATEST_TREE_YES=1
28 - local PV="20220629"
29 + local PV="20220616"
30 if [[ -n ${LATEST_TREE_YES} ]]; then
31 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
32 else