commit: 984ce333349f09cd7499f6756700327fb1730c12
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 06:34:38 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue May 29 06:34:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=984ce333
scripts/bootstrap-prefix: bump snapshots for portage fix
scripts/bootstrap-prefix.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 8344fd5ef9..735fd95f0e 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -533,7 +533,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20180525"
+ local PV="20180528"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else
@@ -605,8 +605,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="2.3.40"
- [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.40"
+ STABLE_PV="2.3.40.1"
+ [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.40.1"
PV="${TESTING_PV:-${STABLE_PV}}"
A=prefix-portage-${PV}.tar.bz2
einfo "Bootstrapping ${A%-*}"