projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0302e
)
Remove duplicate real_vardb definition from merge in action_depclean().
author
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Aug 2010 13:05:07 +0000
(06:05 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Aug 2010 13:05:07 +0000
(06:05 -0700)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 7f585089cc036d26f31231fb87e90681800edddc..5f59f891a657ad24802f86812bef05c0eb0c9462 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-882,7
+882,6
@@
def calc_depclean(settings, trees, ldpath_mtimes,
cleanlist = create_cleanlist()
clean_set = set(cleanlist)
- real_vardb = trees[myroot]["vartree"].dbapi
if cleanlist and \
real_vardb._linkmap is not None and \
myopts.get('--depclean-lib-check') != 'n':