From: Alec Warner Date: Sun, 13 May 2007 17:36:35 +0000 (-0000) Subject: the profile check is spammy and should be squelched when --quiet is given X-Git-Tag: v2.2_pre1~1428 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb0f7621cfae9564829b5ae25216bcf2c9697bf5;p=portage.git the profile check is spammy and should be squelched when --quiet is given svn path=/main/trunk/; revision=6530 --- diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index e6d2d8236..5423a5b09 100644 --- a/pym/emerge/__init__.py +++ b/pym/emerge/__init__.py @@ -5368,7 +5368,8 @@ def emerge_main(): if "candy" in settings.features: spinner.update = spinner.update_scroll - portage.deprecated_profile_check() + if not myopts["--quiet"]: + portage.deprecated_profile_check() #Freeze the portdbapi for enhanced performance: for myroot in trees: