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 18:18:18
Message-Id: 1656613080.fe3475aa2bf9ef0c965909f0c846aa7b7a75cd04.sam@gentoo
1 commit: fe3475aa2bf9ef0c965909f0c846aa7b7a75cd04
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 18:18:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 18:18:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fe3475aa
7
8 bootstrap-prefix.sh: bump snapshot for autotools.eclass (and distutils-r1) fix
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index a484eae4d2..387a66c827 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -618,7 +618,7 @@ do_tree() {
20 bootstrap_tree() {
21 # RAP uses the latest gentoo main repo snapshot to bootstrap.
22 is-rap && LATEST_TREE_YES=1
23 - local PV="20220616"
24 + local PV="20220629"
25 if [[ -n ${LATEST_TREE_YES} ]]; then
26 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
27 else