summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-04-06 08:55:50 +0200
committerFabian Groffen <grobian@gentoo.org>2017-04-06 08:55:50 +0200
commit73ac91841555df947a9fcd1616c19e603bf821d7 (patch)
treea65774d3e8ca81cbd2b84931b4c8a42f80f985f2
parentsys-apps/portage (prefix-chaining): fix python error (diff)
downloadprefix-73ac91841555df947a9fcd1616c19e603bf821d7.tar.gz
prefix-73ac91841555df947a9fcd1616c19e603bf821d7.tar.bz2
prefix-73ac91841555df947a9fcd1616c19e603bf821d7.zip
scripts/bootstrap-prefix: bump snapshot to a version uploaded on mirrors
-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 31d10defe2..6f8e273c8d 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -511,7 +511,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20170330"
+ local PV="20170405"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else