From: Zac Medico Date: Mon, 27 Mar 2006 01:21:31 +0000 (-0000) Subject: fix a typo from the last revision. X-Git-Tag: v2.1_pre8~74 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8394acac6e57d501ff4a9121d79dabb6d7deeaed;p=portage.git fix a typo from the last revision. svn path=/main/trunk/; revision=3018 --- diff --git a/pym/portage_manifest.py b/pym/portage_manifest.py index 89edc1aca..8e57346f3 100644 --- a/pym/portage_manifest.py +++ b/pym/portage_manifest.py @@ -109,7 +109,7 @@ class Manifest(object): continue myhashdict.setdefault(mytype, {}) myhashdict[mytype].setdefault(myname, {}) - myhashdict.update(myhashes) + myhashdict[mytype][myname].update(myhashes) myhashdict[mytype][myname]["size"] = mysize return myhashdict