commit: 92402a6be94d25db8bbdf7015eb07c6f019c42e7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 14:54:15 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 14:54:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=92402a6b
scripts/bootstrap-prefix: bump portage to fix pycache bug
scripts/bootstrap-prefix.sh | 7 ++-----
1 file 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