summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2006-02-16 22:44:20 +0000
committerfuzzyray <fuzzyray@gentoo.org>2006-02-16 22:44:20 +0000
commit3b6ad0d9ab2508e15ce1bf2aa6c9eefccff94d23 (patch)
tree8366be1a84f0aec084934a57f3401059b3430708 /trunk
parent1ef1a3fd171ddd945ef8a617c9d4b942fc971f62 (diff)
downloadgentoolkit-3b6ad0d9ab2508e15ce1bf2aa6c9eefccff94d23.tar.gz
Unset EMERGE_DEFAULT_OPTS for all emerge calls
svn path=/; revision=280
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 657e7ba..67760ab 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -628,7 +628,7 @@ fi
# Run in background to correctly handle Ctrl-C
(
- emerge --oneshot $EMERGE_OPTIONS $REBUILD_LIST
+ EMERGE_DEFAULT_OPTS="" emerge --oneshot $EMERGE_OPTIONS $REBUILD_LIST
echo $? >$LLIST.6_status
) &
wait