summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-10 01:05:45 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-10 01:05:45 +0000
commit813298f674cff918c1b932b69cc64cfb3da3a633 (patch)
tree3698706d817d786ddd6fff2305e3f4b19e5e22b9 /pym
parentFix missing initialization. (diff)
downloadportage-multirepo-813298f674cff918c1b932b69cc64cfb3da3a633.tar.gz
portage-multirepo-813298f674cff918c1b932b69cc64cfb3da3a633.tar.bz2
portage-multirepo-813298f674cff918c1b932b69cc64cfb3da3a633.zip
Fix typo.
svn path=/main/trunk/; revision=10628
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 12dbd5f1..f07cc5cd 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -2411,7 +2411,7 @@ class dblink(object):
msg.append("")
eerror(msg)
- owners = self.vartree.dbapi._owners.get_owners(files)
+ owners = self.vartree.dbapi._owners.get_owners(collisions)
self.vartree.dbapi.flush_cache()
for pkg, owned_files in owners.iteritems():