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, 09 Jan 2021 15:12:36
Message-Id: 1610205140.73601f515574bdb1200a83aea432b31805882d46.grobian@gentoo
1 commit: 73601f515574bdb1200a83aea432b31805882d46
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 09:29:30 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 15:12:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=73601f51
7
8 scripts/bootstrap-prefix: bump tree for pkgconf fix
9
10 Signed-off-by: Fabian Groffen <grobian <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 5f7be2fb31..114fee840a 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -526,7 +526,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="20210105"
24 + local PV="20210108"
25 if [[ -n ${LATEST_TREE_YES} ]]; then
26 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
27 else