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 870-875 Link Here
870
	[ "${DISTCC_DIR-unset}"  == "unset" ] && export DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"
870
	[ "${DISTCC_DIR-unset}"  == "unset" ] && export DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"
871
	[ ! -z "${DISTCC_DIR}" ] && addwrite "${DISTCC_DIR}"
871
	[ ! -z "${DISTCC_DIR}" ] && addwrite "${DISTCC_DIR}"
872
872
873
	LIBDIR_VAR="LIBDIR_${ABI}"
874
	if [ -z "${PKG_CONFIG_PATH}" -a -n "${ABI}" -a -n "${!LIBDIR_VAR}" ]; then
875
		export PKG_CONFIG_PATH="/usr/${!LIBDIR_VAR}/pkgconfig"
876
	fi
877
	unset LIBDIR_VAR
878
873
	if hasq noauto $FEATURES &>/dev/null && [ ! -f ${PORTAGE_BUILDDIR}/.unpacked ]; then
879
	if hasq noauto $FEATURES &>/dev/null && [ ! -f ${PORTAGE_BUILDDIR}/.unpacked ]; then
874
		echo
880
		echo
875
		echo "!!! We apparently haven't unpacked... This is probably not what you"
881
		echo "!!! We apparently haven't unpacked... This is probably not what you"

Return to bug 126801