aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/chroot-here.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/chroot-here.sh b/tools/chroot-here.sh
index 408fef4..c7291a1 100755
--- a/tools/chroot-here.sh
+++ b/tools/chroot-here.sh
@@ -203,8 +203,8 @@ fi
MAKEOPTS="-j5"
EMERGE_DEFAULT_OPTS="--verbose --autounmask-write --nospinner --keep-going -j5 --load-average=5 --verbose-conflict"
PYTHON_SINGLE_TARGET="python3_4"
- PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5 pypy pypy2"
- EOF
+ PYTHON_TARGETS="python2_7 python3_4"
+EOF
if [[ ${ARCH_FULL} == x86 ]]; then
PS1="chroot${PS1}" linux32 chroot ./ /bin/bash --login || quit "Chrooting failed."
else