From 906b62b24d8a845356d59abc5acd39db2174ce0f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 10 Jul 2011 16:40:56 -0700 Subject: Manifest: fix NameError in updateAllHashes --- pym/portage/manifest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22