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, 14 Mar 2019 18:15:16
Message-Id: 1552587307.11073def39355bf26f06f79aaa00d41000744d8e.grobian@gentoo
1 commit: 11073def39355bf26f06f79aaa00d41000744d8e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 18:09:52 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 18:15:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=11073def
7
8 scripts/bootstrap-prefix: bump bootstrap snapshot
9
10 this brings in gcc-8.3 and libressl patched for Solaris
11
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 scripts/bootstrap-prefix.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
18 index a0d51338fd..704062c7e4 100755
19 --- a/scripts/bootstrap-prefix.sh
20 +++ b/scripts/bootstrap-prefix.sh
21 @@ -546,7 +546,7 @@ do_tree() {
22 bootstrap_tree() {
23 # RAP uses the latest gentoo main repo snapshot to bootstrap.
24 is-rap && LATEST_TREE_YES=1
25 - local PV="20190305"
26 + local PV="20190313"
27 if [[ -n ${LATEST_TREE_YES} ]]; then
28 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
29 else