summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-02-07 19:14:49 +0100
committerFabian Groffen <grobian@gentoo.org>2018-02-07 19:14:49 +0100
commitaed372aff9554d3ac8471d2beac973325f464f23 (patch)
tree8e770e9bf5288c04efaced0b8273515269c0422d /scripts
parentsys-devel/binutils-config: interrevbump to fix rpath injection issue (diff)
downloadprefix-aed372aff9554d3ac8471d2beac973325f464f23.tar.gz
prefix-aed372aff9554d3ac8471d2beac973325f464f23.tar.bz2
prefix-aed372aff9554d3ac8471d2beac973325f464f23.zip
scripts/bootstrap-prefix: bump snapshot for bug #646680
Closes: https://bugs.gentoo.org/646680
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 6e63af8575..55b1d1b33a 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -521,7 +521,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20180103"
+ local PV="20180206"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else