diff options
-rw-r--r-- | pym/portage/dbapi/vartree.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 5c4de76af..e1da2084f 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -3295,9 +3295,7 @@ class dblink(object): # just been merged. others_in_slot.append(self) # self has just been merged for dblnk in others_in_slot: - dblnk.contentscache = None - dblnk._contents_inodes = None - dblnk._contents_basenames = None + dblnk._clear_contents_cache() # If portage is reinstalling itself, remove the old # version now since we want to use the temporary |