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: Mon, 09 Apr 2018 07:38:44
Message-Id: 1523259486.5432992f824454bce5266a2b99a1bb275823fcff.grobian@gentoo
1 commit: 5432992f824454bce5266a2b99a1bb275823fcff
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 9 07:38:06 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 9 07:38:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5432992f
7
8 scripts/bootstrap-prefix: bump snapshot, adds ppc-macos support
9
10 scripts/bootstrap-prefix.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index b9fbf3d4c2..b19bccc2d4 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -538,7 +538,7 @@ do_tree() {
18 bootstrap_tree() {
19 # RAP uses the latest gentoo main repo snapshot to bootstrap.
20 is-rap && LATEST_TREE_YES=1
21 - local PV="20180219"
22 + local PV="20180408"
23 if [[ -n ${LATEST_TREE_YES} ]]; then
24 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
25 else