summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-11-13 13:35:41 +0100
committerFabian Groffen <grobian@gentoo.org>2017-11-13 13:35:41 +0100
commit3e06838228291d6b658bc38ea1069646bacb340c (patch)
tree87fde57100df0338e81c86ebb95d9fd25d713b75
parentsys-apps/coreutils: sync, pulls in 8.28 which fixes Darwin17 (diff)
downloadprefix-3e068382.tar.gz
prefix-3e068382.tar.bz2
prefix-3e068382.zip
scripts/bootstrap-prefix: bump snapshot for macOS High Sierra, bug #632500
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c4a2b55f97..c2bb5c1e26 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -517,7 +517,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20171108"
+ local PV="20171112"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else