summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 75f15f959..7f585089c 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -882,11 +882,12 @@ 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':
- # Check if any of these package are the sole providers of libraries
+ # Check if any of these packages are the sole providers of libraries
# with consumers that have not been selected for removal. If so, these
# packages and any dependencies need to be added to the graph.
linkmap = real_vardb._linkmap