summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-04-09 09:38:06 +0200
committerFabian Groffen <grobian@gentoo.org>2018-04-09 09:38:06 +0200
commit5432992f824454bce5266a2b99a1bb275823fcff (patch)
tree185716f01457bbe85a1e924b7e8368d238a7188e
parentsys-devel/binutils-config: stop breaking our gcc installs (diff)
downloadprefix-5432992f824454bce5266a2b99a1bb275823fcff.tar.gz
prefix-5432992f824454bce5266a2b99a1bb275823fcff.tar.bz2
prefix-5432992f824454bce5266a2b99a1bb275823fcff.zip
scripts/bootstrap-prefix: bump snapshot, adds ppc-macos support
-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 b9fbf3d4c2..b19bccc2d4 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -538,7 +538,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20180219"
+ local PV="20180408"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else