summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-25 09:56:58 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-25 09:56:58 +0000
commitbb6da6c77830b5d0bec43b2d26869da596ef1238 (patch)
tree86828c105c9ef2bb67fccc46b5ed152bb496c601 /pym
parentd246aa2f8029d4b430a3d7702f94aabb51f1f044 (diff)
downloadportage-bb6da6c77830b5d0bec43b2d26869da596ef1238.tar.gz
portage-bb6da6c77830b5d0bec43b2d26869da596ef1238.tar.bz2
portage-bb6da6c77830b5d0bec43b2d26869da596ef1238.zip
Verify the Manifest first even if there's only one package (prior to the fetch phase).
svn path=/main/trunk/; revision=6283
Diffstat (limited to 'pym')
-rw-r--r--pym/emerge/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index e5619679f..8b4ff25ea 100644
--- 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 = {}