summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-06-17 16:54:15 +0200
committerFabian Groffen <grobian@gentoo.org>2018-06-17 16:54:15 +0200
commit92402a6be94d25db8bbdf7015eb07c6f019c42e7 (patch)
treed9cb0c271dfe4b6eca5832de304abd94237be38b
parentsys-apps/portage: bump to include fix for pycache problem (diff)
downloadprefix-92402a6be94d25db8bbdf7015eb07c6f019c42e7.tar.gz
prefix-92402a6be94d25db8bbdf7015eb07c6f019c42e7.tar.bz2
prefix-92402a6be94d25db8bbdf7015eb07c6f019c42e7.zip
scripts/bootstrap-prefix: bump portage to fix pycache bug
-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