projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d246aa2
)
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:56:58 +0000
(09:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 25 Mar 2007 09:56:58 +0000
(09:56 -0000)
svn path=/main/trunk/; revision=6283
pym/emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index e5619679fd6bb44637aed58bb509fdd1913ecc41..8b4ff25ea7f53dea8c4da1177ead9389ff138b5d 100644
(file)
--- a/
pym/emerge/__init__.py
+++ b/
pym/emerge/__init__.py
@@
-2937,7
+2937,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 = {}