diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-05-27 06:10:06 +0200 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-05-27 06:10:06 +0200 |
commit | 370ac6116636d62c6edf63fd2b8b24a7e6281d8d (patch) | |
tree | b321c851e3c076a3041990769a2291f8687d0e67 | |
parent | updated new versions of 2016.04; using multibuild with nqp (diff) | |
download | tbc-370ac6116636d62c6edf63fd2b8b24a7e6281d8d.tar.gz tbc-370ac6116636d62c6edf63fd2b8b24a7e6281d8d.tar.bz2 tbc-370ac6116636d62c6edf63fd2b8b24a7e6281d8d.zip |
update chroot-here.sh
-rwxr-xr-x | tools/chroot-here.sh | 4 |
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 |