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, 13 Nov 2017 12:36:07
Message-Id: 1510576541.3e06838228291d6b658bc38ea1069646bacb340c.grobian@gentoo
1 commit: 3e06838228291d6b658bc38ea1069646bacb340c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 13 12:35:41 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 13 12:35:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3e068382
7
8 scripts/bootstrap-prefix: bump snapshot for macOS High Sierra, bug #632500
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 c4a2b55f97..c2bb5c1e26 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -517,7 +517,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="20171108"
22 + local PV="20171112"
23 if [[ -n ${LATEST_TREE_YES} ]]; then
24 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
25 else