projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90f0a3
)
Don't display the "Please update portage" message in --quiet mode. Thanks to solar.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 23 Oct 2006 22:41:02 +0000
(22:41 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 23 Oct 2006 22:41:02 +0000
(22:41 -0000)
svn path=/main/trunk/; revision=4806
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 72ba71ef3b9c993a3e07af661332ac016785bd8c..8b69617ca1a551e791f8ec100f097c4338ce138d 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2097,7
+2097,7
@@
class depgraph:
else:
myversion = "%s-%s" % (mysplit[1], mysplit[2])
- if myversion != portage.VERSION :
+ if myversion != portage.VERSION
and "--quiet" not in self.myopts
:
if "--emptytree" in self.myopts:
p.append(colorize("WARN", "***")+" Please update portage to the above version before proceeding.")
p.append(" Failure to do so may result in failed or improper merges.")