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: Wed, 28 Sep 2016 06:35:17
Message-Id: 1475044494.294c062bc8491a2def364ff41edaf70c3c06638f.grobian@gentoo
1 commit: 294c062bc8491a2def364ff41edaf70c3c06638f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 06:34:54 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 06:34:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=294c062b
7
8 bootstrap-prefix: bump snapshot, bug #585756
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 43a401b..e57cf03 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -453,7 +453,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="20160614"
22 + local PV="20160927"
23 if [[ -n ${LATEST_TREE_YES} ]]; then
24 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
25 else