summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-10 16:40:56 -0700
committerZac Medico <zmedico@gentoo.org>2011-07-10 16:45:32 -0700
commit906b62b24d8a845356d59abc5acd39db2174ce0f (patch)
treed24270f7d75d575e797890c44b226ab122d44692
parentc36a0214d9690f893341d199a834c8ffc506d5bd (diff)
downloadportage-906b62b24d8a845356d59abc5acd39db2174ce0f.tar.gz
portage-906b62b24d8a845356d59abc5acd39db2174ce0f.tar.bz2
portage-906b62b24d8a845356d59abc5acd39db2174ce0f.zip
Manifest: fix NameError in updateAllHashes
-rw-r--r--pym/portage/manifest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index f273cc20c..4714da032 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -482,7 +482,8 @@ class Manifest(object):
def updateAllHashes(self, checkExisting=False, ignoreMissingFiles=True):
""" Regenerate all hashes for all files in this Manifest. """
for idtype in portage.const.MANIFEST2_IDENTIFIERS:
- self.updateTypeHashes(idtype, fname, checkExisting)
+ self.updateTypeHashes(idtype, checkExisting=checkExisting,
+ ignoreMissingFiles=ignoreMissingFiles)
def updateCpvHashes(self, cpv, ignoreMissingFiles=True):
""" Regenerate all hashes associated to the given cpv (includes all AUX and MISC