projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff1170
)
Verify the Manifest first even if there's only one package (prior to the fetch phase...
author
Zac Medico
<zmedico@gentoo.org>
Sun, 25 Mar 2007 09:57:30 +0000
(09:57 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 25 Mar 2007 09:57:30 +0000
(09:57 -0000)
svn path=/main/branches/2.1.2/; revision=6284
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 0671251c36d622263199d49ccdadbd5638d41009..1247e2b7672dbf36bef877be67536f1ccff8f765 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2909,7
+2909,6
@@
class MergeTask(object):
# as soon as possible.
if "--fetchonly" not in self.myopts and \
"--fetch-all-uri" not in self.myopts and \
- len(mylist) > 1 and \
"strict" in self.settings.features:
shown_verifying_msg = False
quiet_settings = {}