diff options
-rw-r--r-- | pym/portage/dbapi/vartree.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 4930d3b9a..89764f085 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2479,8 +2479,8 @@ class dblink(object): def _find_libs_to_preserve(self): """ - Get CONTENTS entries for libraries to be preserved. Returns a - dict instance like that returned from getcontents(). + Get set of relative paths for libraries to be preserved. The file + paths are selected from self._installed_instance.getcontents(). """ if self._linkmap_broken or not \ (self._installed_instance is not None and \ |