projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab1a5b
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Jun 2008 01:05:45 +0000
(
01:05
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Jun 2008 01:05:45 +0000
(
01:05
-0000)
svn path=/main/trunk/; revision=10628
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 12dbd5f1406e3cc9ebfaabffd793a1e505e7366e..f07cc5cdd039f414056767995b0bef5eda023112 100644
(file)
--- 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(
file
s)
+ owners = self.vartree.dbapi._owners.get_owners(
collision
s)
self.vartree.dbapi.flush_cache()
for pkg, owned_files in owners.iteritems():