From: Zac Medico Date: Sun, 25 Mar 2007 09:57:30 +0000 (-0000) Subject: Verify the Manifest first even if there's only one package (prior to the fetch phase... X-Git-Tag: v2.1.2.3~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=35b00d12cad143b894d7a74436272991e7eade11;p=portage.git Verify the Manifest first even if there's only one package (prior to the fetch phase). (trunk r6282:6283) svn path=/main/branches/2.1.2/; revision=6284 --- diff --git a/bin/emerge b/bin/emerge index 0671251c3..1247e2b76 100755 --- 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 = {}