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: Tue, 20 Feb 2018 07:29:09
Message-Id: 1519111717.b4ce7744e23aaae6b698a9866b4922d9aeb22c95.grobian@gentoo
1 commit: b4ce7744e23aaae6b698a9866b4922d9aeb22c95
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 07:28:37 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 20 07:28:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b4ce7744
7
8 scripts/bootstrap-prefix: bump snapshot for bison and autoconf fixes
9
10 Bug: https://bugs.gentoo.org/648162
11 Bug: https://bugs.gentoo.org/648156
12
13 scripts/bootstrap-prefix.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
17 index cf7d96721d..ea7a874261 100755
18 --- a/scripts/bootstrap-prefix.sh
19 +++ b/scripts/bootstrap-prefix.sh
20 @@ -549,7 +549,7 @@ do_tree() {
21 bootstrap_tree() {
22 # RAP uses the latest gentoo main repo snapshot to bootstrap.
23 is-rap && LATEST_TREE_YES=1
24 - local PV="20180208"
25 + local PV="20180219"
26 if [[ -n ${LATEST_TREE_YES} ]]; then
27 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
28 else