diff options
-rw-r--r-- | pym/portage/dbapi/vartree.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 1fd001761..4930d3b9a 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1305,6 +1305,7 @@ class vardbapi(dbapi): f = atomic_ofstream(os.path.join(pkg.dbdir, "CONTENTS")) write_contents(new_contents, root, f) f.close() + pkg._clear_contents_cache() class _owners_cache(object): """ |