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

Collapse All | Expand All

(-)bin/ebuild.sh (+6 lines)
Lines 886-891 Link Here
886
	[ "${DISTCC_DIR-unset}"  == "unset" ] && export DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"
886
	[ "${DISTCC_DIR-unset}"  == "unset" ] && export DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"
887
	[ ! -z "${DISTCC_DIR}" ] && addwrite "${DISTCC_DIR}"
887
	[ ! -z "${DISTCC_DIR}" ] && addwrite "${DISTCC_DIR}"
888
888
889
	LIBDIR_VAR="LIBDIR_${ABI}"
890
	if [ -n "${ABI}" -a -n "${!LIBDIR_VAR}" ]; then
891
		export PKG_CONFIG_PATH="/usr/${!LIBDIR_VAR}/pkgconfig"
892
	fi
893
	unset LIBDIR_VAR
894
889
	if hasq noauto $FEATURES &>/dev/null && [ ! -f ${PORTAGE_BUILDDIR}/.unpacked ]; then
895
	if hasq noauto $FEATURES &>/dev/null && [ ! -f ${PORTAGE_BUILDDIR}/.unpacked ]; then
890
		echo
896
		echo
891
		echo "!!! We apparently haven't unpacked... This is probably not what you"
897
		echo "!!! We apparently haven't unpacked... This is probably not what you"

Return to bug 126801