From aa21fb1d552a77baf3e85ec24463b3c497c2680f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 18 Feb 2007 22:22:15 +0000 Subject: For bug #166880, always display the merge list header. (trunk r5999:6000) svn path=/main/branches/2.1.2/; revision=6001 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emerge b/bin/emerge index 55a63aa36..cd19e2640 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4584,7 +4584,7 @@ def action_build(settings, trees, mtimedb, myopts, myaction, myfiles, spinner): ldpath_mtimes = mtimedb["ldpath"] favorites=[] - if ("--ask" in myopts or "--pretend" in myopts) and not "--quiet" in myopts: + if "--quiet" not in myopts: action = "" if "--fetchonly" in myopts or "--fetch-all-uri" in myopts: action = "fetched" -- cgit v1.2.3-1-g7c22