Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 2679 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +2 lines)
Line 27 Link Here
27
			script -q -c "$0 $*" -a "${PORT_LOGDIR}/${LOG_COUNTER}-${PF}.log"
27
			{ $0 $* || rm -f "${T}/successful" ; } 2>&1 \
28
--
28
			  | tee -i -a "${PORT_LOGDIR}/${LOG_COUNTER}-${PF}.log"
Lines 1267-1273 Link Here
1267
	
1268
    if has colorgcc ${FEATURES} &>/dev/null; then
1269
	    if [ -d /usr/lib/colorgcc/bin ]; then
1270
            export PATH="/usr/lib/colorgcc/bin:${PATH}"
1271
        fi
1272
    fi
1273

Return to bug 2679