From eeb861b575637377253e87006658ae70ffb7da02 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 4 Nov 2006 04:44:00 +0000 Subject: Revert implicit rdepend behavior back to the way it was in portage-2.0.51. Thanks to vapier for the patch. The original change seems to have been an accidentally hunk (referencing bug #58819) that was committed to cvs along with another patch in revision 1.201.2.32 of ebuild.sh. svn path=/main/trunk/; revision=4929 --- bin/ebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d028d1a40..f990913fe 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1504,8 +1504,8 @@ export TMPDIR="${T}" #syntax from getting expanded :) #check eclass rdepends also. set -f -if [ "${RDEPEND-unset}" == "unset" ] && [ "${E_RDEPEND-unset}" == "unset" ] ; then - export RDEPEND="${DEPEND} ${E_DEPEND}" +if [ "${RDEPEND-unset}" == "unset" ] ; then + export RDEPEND=${DEPEND} debug-print "RDEPEND: not set... Setting to: ${DEPEND}" fi -- cgit v1.2.3-1-g7c22