projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b08384
)
the profile check is spammy and should be squelched when --quiet is given
author
Alec Warner
<antarus@gentoo.org>
Sun, 13 May 2007 17:36:35 +0000
(17:36 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Sun, 13 May 2007 17:36:35 +0000
(17:36 -0000)
svn path=/main/trunk/; revision=6530
pym/emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index e6d2d8236987e798a0c914cb951658fa41251dae..5423a5b0914f6ca6fadfa110750b3f04fae9a0cc 100644
(file)
--- 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: