summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-02-20 08:28:37 +0100
committerFabian Groffen <grobian@gentoo.org>2018-02-20 08:28:37 +0100
commitb4ce7744e23aaae6b698a9866b4922d9aeb22c95 (patch)
treeeaf814a12aaabb42560eb8920a6c85fe11b4dfcf
parentsys-apps/coreutils: use 8.28 cygwin patch for 8.29 (diff)
downloadprefix-b4ce7744e23aaae6b698a9866b4922d9aeb22c95.tar.gz
prefix-b4ce7744e23aaae6b698a9866b4922d9aeb22c95.tar.bz2
prefix-b4ce7744e23aaae6b698a9866b4922d9aeb22c95.zip
scripts/bootstrap-prefix: bump snapshot for bison and autoconf fixes
Bug: https://bugs.gentoo.org/648162 Bug: https://bugs.gentoo.org/648156
-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 cf7d96721d..ea7a874261 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -549,7 +549,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20180208"
+ local PV="20180219"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else