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: Fri, 28 Dec 2018 08:45:59
Message-Id: 1545986695.1eb33a8e730de9da7db0b0528ac24342898859e6.grobian@gentoo
1 commit: 1eb33a8e730de9da7db0b0528ac24342898859e6
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 08:44:55 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 08:44:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1eb33a8e
7
8 scripts/bootstrap-prefix.sh: bump snapshot for ppc-macos
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 5440efe94a..f79751b135 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -537,7 +537,7 @@ do_tree() {
20 bootstrap_tree() {
21 # RAP uses the latest gentoo main repo snapshot to bootstrap.
22 is-rap && LATEST_TREE_YES=1
23 - local PV="20181215"
24 + local PV="20181227"
25 if [[ -n ${LATEST_TREE_YES} ]]; then
26 do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
27 else