From: Zac Medico Date: Sun, 25 Mar 2007 09:56:58 +0000 (-0000) Subject: Verify the Manifest first even if there's only one package (prior to the fetch phase). X-Git-Tag: v2.2_pre1~1539 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb6da6c77830b5d0bec43b2d26869da596ef1238;p=portage.git Verify the Manifest first even if there's only one package (prior to the fetch phase). svn path=/main/trunk/; revision=6283 --- 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 = {}