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

(-)bin/ebuild.sh (-2 / +2 lines)
Lines 1504-1511 Link Here
1504
#syntax from getting expanded :)
1504
#syntax from getting expanded :)
1505
#check eclass rdepends also.
1505
#check eclass rdepends also.
1506
set -f
1506
set -f
1507
if [ "${RDEPEND-unset}" == "unset" ] && [ "${E_RDEPEND-unset}" == "unset" ] ; then
1507
if [ "${RDEPEND-unset}" == "unset" ]; then
1508
	export RDEPEND="${DEPEND} ${E_DEPEND}"
1508
	export RDEPEND=${DEPEND}
1509
	debug-print "RDEPEND: not set... Setting to: ${DEPEND}"
1509
	debug-print "RDEPEND: not set... Setting to: ${DEPEND}"
1510
fi
1510
fi
1511
1511

Return to bug 153591