aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Brewer <tomboy64@sina.cn>2016-05-27 06:10:06 +0200
committerMatthew Brewer <tomboy64@sina.cn>2016-05-27 06:10:06 +0200
commit370ac6116636d62c6edf63fd2b8b24a7e6281d8d (patch)
treeb321c851e3c076a3041990769a2291f8687d0e67 /tools/chroot-here.sh
parentupdated new versions of 2016.04; using multibuild with nqp (diff)
downloadtbc-370ac6116636d62c6edf63fd2b8b24a7e6281d8d.tar.gz
tbc-370ac6116636d62c6edf63fd2b8b24a7e6281d8d.tar.bz2
tbc-370ac6116636d62c6edf63fd2b8b24a7e6281d8d.zip
update chroot-here.sh
Diffstat (limited to 'tools/chroot-here.sh')
-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