summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-07-10 19:19:27 +0200
committerFabian Groffen <grobian@gentoo.org>2017-07-10 19:19:27 +0200
commit475476c511b9ba0cc3cb963712d5d7acaa71e6c0 (patch)
tree36aabb4ee6a272073476ef1181be9615c58b9e3b /scripts
parentapply_git_mtimes: avoid missing operand error from touch (diff)
downloadprefix-475476c511b9ba0cc3cb963712d5d7acaa71e6c0.tar.gz
prefix-475476c511b9ba0cc3cb963712d5d7acaa71e6c0.tar.bz2
prefix-475476c511b9ba0cc3cb963712d5d7acaa71e6c0.zip
scripts/bootstrap-prefix.sh: bump snapshot, bug #622290
Diffstat (limited to 'scripts')
-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 20eab7c842..0ec03378cf 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -510,7 +510,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20170405"
+ local PV="20170708"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else