summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-05-13 17:36:35 +0000
committerAlec Warner <antarus@gentoo.org>2007-05-13 17:36:35 +0000
commitcb0f7621cfae9564829b5ae25216bcf2c9697bf5 (patch)
treeb7505cc223da2dfe6502c67290683f21fc6d5067 /pym
parent5b08384c4870279ca31d4450edef636d172b577f (diff)
downloadportage-cb0f7621cfae9564829b5ae25216bcf2c9697bf5.tar.gz
portage-cb0f7621cfae9564829b5ae25216bcf2c9697bf5.tar.bz2
portage-cb0f7621cfae9564829b5ae25216bcf2c9697bf5.zip
the profile check is spammy and should be squelched when --quiet is given
svn path=/main/trunk/; revision=6530
Diffstat (limited to 'pym')
-rw-r--r--pym/emerge/__init__.py3
1 files changed, 2 insertions, 1 deletions
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: