commit: 370ac6116636d62c6edf63fd2b8b24a7e6281d8d
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri May 27 04:10:06 2016 +0000
Commit: M. B. <tomboy64 <AT> sina <DOT> cn>
CommitDate: Fri May 27 04:10:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/user/tbc.git/commit/?id=370ac611
update chroot-here.sh
tools/chroot-here.sh | 4 ++--
1 file 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