summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/bootstrap-prefix.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index fba87c3662..f307bb4f64 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -609,8 +609,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.1"
- [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.40.1"
+ STABLE_PV="2.3.40.2"
+ [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.3.40.2"
PV="${TESTING_PV:-${STABLE_PV}}"
A=prefix-portage-${PV}.tar.bz2
einfo "Bootstrapping ${A%-*}"
@@ -658,9 +658,6 @@ bootstrap_portage() {
|| return 1
$MAKE ${MAKEOPTS} || return 1
- # bug 658060
- find . -name __pycache__ -delete
-
einfo "Installing ${A%-*}"
$MAKE install || return 1