projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ee92f
)
Update docstring for dblink._find_libs_to_preserve().
author
Zac Medico
<zmedico@gentoo.org>
Sun, 9 Nov 2008 16:40:43 +0000
(16:40 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 9 Nov 2008 16:40:43 +0000
(16:40 -0000)
svn path=/main/trunk/; revision=11834
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 4930d3b9a7670d6f31a126be8f3564e9f4e3fee8..89764f085aa7108f09bc81132af8607c0b8741f3 100644
(file)
--- 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 \