summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-11-24 09:46:08 +0100
committerFabian Groffen <grobian@gentoo.org>2020-11-24 09:46:08 +0100
commit41a349e4c2d23aee41ae0cf8c30a9412bf1e1039 (patch)
tree436690afc03046c73c0dd49fa3a65a6c64764867
parentsys-devel/gcc-10.1.0: add patch for macOS Big Sur (diff)
downloadprefix-41a349e4c2d23aee41ae0cf8c30a9412bf1e1039.tar.gz
prefix-41a349e4c2d23aee41ae0cf8c30a9412bf1e1039.tar.bz2
prefix-41a349e4c2d23aee41ae0cf8c30a9412bf1e1039.zip
scripts/bootstrap-prefix: bump bootstrap tree
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-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 e37683b0f7..497e35eadb 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -593,7 +593,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20201120"
+ local PV="20201123"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else