From: Zac Medico Date: Wed, 26 Mar 2008 23:37:58 +0000 (-0000) Subject: Bug #214879 - In fetch(), only parse the Manifest when FEATURES=strict X-Git-Tag: v2.2_pre6~329 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49773c65c51326e757719f837a49ade14797f0d8;p=portage.git Bug #214879 - In fetch(), only parse the Manifest when FEATURES=strict is enabled. svn path=/main/trunk/; revision=9512 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 16f68c749..6fe3d6a82 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3098,7 +3098,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", mymirrors += [x.rstrip("/") for x in mysettings["GENTOO_MIRRORS"].split() if x] pkgdir = mysettings.get("O") - if pkgdir: + if pkgdir and "strict" in features: mydigests = Manifest( pkgdir, mysettings["DISTDIR"]).getTypeDigests("DIST") else: