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: Thu, 21 Feb 2019 07:52:49
Message-Id: 1550735489.88a1d0effad32c6aa18c4f386daaa2116986739e.grobian@gentoo
1 commit: 88a1d0effad32c6aa18c4f386daaa2116986739e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 21 07:48:02 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 21 07:51:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=88a1d0ef
7
8 scripts/bootstrap-prefix: bump bootstrap snapshot
9
10 Verified on i386-pc-solaris2.11, x86_64-pc-solaris2.11,
11 x86_64-apple-darwin17, powerpc-apple-darwin9
12
13 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
14
15 scripts/bootstrap-prefix.sh | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
19 index 5d31ee4de6..cd833982af 100755
20 --- a/scripts/bootstrap-prefix.sh
21 +++ b/scripts/bootstrap-prefix.sh
22 @@ -544,7 +544,7 @@ do_tree() {
23 bootstrap_tree() {
24 # RAP uses the latest gentoo main repo snapshot to bootstrap.
25 is-rap && LATEST_TREE_YES=1
26 - local PV="20190204"
27 + local PV="20190219"
28 if [[ -n ${LATEST_TREE_YES} ]]; then
29 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
30 else