summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/vartree.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/dbapi/vartree.py')
-rw-r--r--pym/portage/dbapi/vartree.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 9efc47ff9..d61f7390e 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -2422,7 +2422,8 @@ class dblink(object):
# so we don't try to preserve the old copy.
continue
try:
- consumers = linkmap.findConsumers(f)
+ consumers = linkmap.findConsumers(f,
+ exclude_providers=(installed_instance.isowner,))
except KeyError:
continue
if not consumers: