summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-11-29 11:26:20 +0100
committerFabian Groffen <grobian@gentoo.org>2020-11-29 11:26:20 +0100
commit74d2d6f731bfec531a2effefb10aabe842238078 (patch)
tree309ad41cf9abac9417e5423d98d19b209e40356e
parentsys-apps/portage-3.0.10.2: bump to fix library resolution on macOS (diff)
downloadprefix-74d2d6f7.tar.gz
prefix-74d2d6f7.tar.bz2
prefix-74d2d6f7.zip
scripts/bootstrap-prefix: bump tree and portage snapshot
- bump tree snapshot for assorted Big Sur fixes - bump portage snapshot for symbols check fix on Big Sur Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 759e06e172..595a0019f3 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -595,7 +595,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20201126"
+ local PV="20201128"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else
@@ -661,8 +661,8 @@ bootstrap_portage() {
# STABLE_PV that is known to work. Intended for power users only.
## It is critical that STABLE_PV is the lastest (non-masked) version that is
## included in the snapshot for bootstrap_tree.
- STABLE_PV="3.0.10.1"
- [[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.10.1"
+ STABLE_PV="3.0.10.2"
+ [[ ${TESTING_PV} == latest ]] && TESTING_PV="3.0.10.2"
PV="${TESTING_PV:-${STABLE_PV}}"
A=prefix-portage-${PV}.tar.bz2
einfo "Bootstrapping ${A%-*}"