On 1/3/2013 11:59 AM, Michał Górny wrote: > They are handy, and this also avoids trouble when ebuild uses > partially-parallel build. > --- > gx86/eclass/distutils-r1.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gx86/eclass/distutils-r1.eclass b/gx86/eclass/distutils-r1.eclass > index 1b32748..d1af92c 100644 > --- a/gx86/eclass/distutils-r1.eclass > +++ b/gx86/eclass/distutils-r1.eclass > @@ -388,7 +388,7 @@ distutils-r1_run_phase() { > mkdir -p "${TMPDIR}" || die > > if [[ ${DISTUTILS_NO_PARALLEL_BUILD} ]]; then > - "${@}" > + "${@}" 2>&1 | tee -a "${T}/build-${EPYTHON}.log" > else > ( > multijob_child_init lgtm