projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2151bbe
)
Remove deprecated destroot argument from dblink.isowner() call.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Aug 2010 22:46:06 +0000
(15:46 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Aug 2010 22:46:06 +0000
(15:46 -0700)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index eb8df9cd30b9e4f6e352c4388375a7d0193b2aa6..84278d47b09144e45c6b7b35b422d9b291cae0ae 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-910,7
+910,7
@@
def calc_depclean(settings, trees, ldpath_mtimes,
for lib, lib_consumers in list(consumers.items()):
for consumer_file in list(lib_consumers):
- if pkg_dblink.isowner(consumer_file
, myroot
):
+ if pkg_dblink.isowner(consumer_file):
lib_consumers.remove(consumer_file)
if not lib_consumers:
del consumers[lib]