Verify the Manifest first even if there's only one package (prior to the fetch phase...
authorZac Medico <zmedico@gentoo.org>
Sun, 25 Mar 2007 09:57:30 +0000 (09:57 -0000)
committerZac 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

index 0671251c36d622263199d49ccdadbd5638d41009..1247e2b7672dbf36bef877be67536f1ccff8f765 100755 (executable)
@@ -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 = {}