summaryrefslogtreecommitdiffstats
path: root/bin/emerge
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emerge')
-rwxr-xr-xbin/emerge5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/emerge b/bin/emerge
index 877cc5141..4d0d8b285 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -4037,11 +4037,6 @@ def emerge_main():
if "--buildpkg" not in myopts:
myopts["--buildpkg"] = True
- # --tree only makes sense with --pretend
- if "--tree" in myopts and not (("--pretend" in myopts) or ("--ask" in myopts)):
- print ">>> --tree implies --pretend... adding --pretend to options."
- myopts["--pretend"] = True
-
# Also allow -S to invoke search action (-sS)
if ("--searchdesc" in myopts):
if myaction and myaction != "search":