From bd12affe732544bd22602bd27724f0b3d8653c12 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 9 Oct 2006 21:40:32 +0000 Subject: Make --tree not imply --pretend anymore so that people can put it in EMERGE_DEFAULT_OPTS. svn path=/main/trunk/; revision=4642 --- bin/emerge | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/emerge') 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": -- cgit v1.2.3-1-g7c22