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: Fri, 15 Oct 2021 06:02:55
Message-Id: 1634277722.17dd90017df422633ffbb32cbbbc00ceeadef47c.grobian@gentoo
1 commit: 17dd90017df422633ffbb32cbbbc00ceeadef47c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 06:02:02 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 06:02:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=17dd9001
7
8 scripts/bootstrap=prefix: bump snapshot for sys-devel/gcc fixes
9
10 Bug: https://bugs.gentoo.org/812278
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 scripts/bootstrap-prefix.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
17 index 59f286384b..ec489f1f26 100755
18 --- a/scripts/bootstrap-prefix.sh
19 +++ b/scripts/bootstrap-prefix.sh
20 @@ -547,7 +547,7 @@ do_tree() {
21 bootstrap_tree() {
22 # RAP uses the latest gentoo main repo snapshot to bootstrap.
23 is-rap && LATEST_TREE_YES=1
24 - local PV="20210822"
25 + local PV="20211014"
26 if [[ -n ${LATEST_TREE_YES} ]]; then
27 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
28 else