Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291951
Collapse All | Expand All

(-)bin/ebuild.sh (-1 / +8 lines)
Lines 1823-1830 Link Here
1823
		# eclasses, they need to be unset before this process of
1823
		# eclasses, they need to be unset before this process of
1824
		# interaction begins.
1824
		# interaction begins.
1825
		unset DEPEND RDEPEND PDEPEND IUSE
1825
		unset DEPEND RDEPEND PDEPEND IUSE
1826
		source "${EBUILD}" || die "error sourcing ebuild"
1827
1826
1827
		if [[ $PORTAGE_DEBUG != 1 || ${-/x/} != $- ]] ; then
1828
			source "$EBUILD" || die "error sourcing ebuild"
1829
		else
1830
			set -x
1831
			source "$EBUILD" || die "error sourcing ebuild"
1832
			set +x
1833
		fi
1834
1828
		if [[ "${EBUILD_PHASE}" != "depend" ]] ; then
1835
		if [[ "${EBUILD_PHASE}" != "depend" ]] ; then
1829
			RESTRICT=${PORTAGE_RESTRICT}
1836
			RESTRICT=${PORTAGE_RESTRICT}
1830
			[[ -e $PORTAGE_BUILDDIR/.ebuild_changed ]] && \
1837
			[[ -e $PORTAGE_BUILDDIR/.ebuild_changed ]] && \

Return to bug 291951