projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6733c10
)
Revert implicit rdepend behavior back to the way it was in portage-2.0.51. Thanks...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Nov 2006 04:44:00 +0000
(
04:44
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Nov 2006 04:44:00 +0000
(
04:44
-0000)
svn path=/main/trunk/; revision=4929
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index d028d1a4024a084e1b8b430d91492997aca7b18a..f990913fe5eb6170fc51c3b56ae01d347ef4e8bd 100755
(executable)
--- 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