Update comment, from Lucian Poston's git repo.
authorZac Medico <zmedico@gentoo.org>
Fri, 22 Aug 2008 06:25:52 +0000 (06:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 22 Aug 2008 06:25:52 +0000 (06:25 -0000)
svn path=/main/trunk/; revision=11448

pym/portage/dbapi/vartree.py

index 847349818da9153fb34691b448acecfbf771842a..c28ea7463a5c2dcd5accd7251a43354fbff17363 100644 (file)
@@ -439,7 +439,10 @@ class LinkageMap(object):
 
                In some cases, not all valid libraries are returned.  This may occur when
                an soname symlink referencing a library is in an object's runpath while
-               the actual library is not.
+               the actual library is not.  We should consider cataloging symlinks within
+               LinkageMap as this would avoid those cases and would be a better model of
+               library dependencies (since the dynamic linker actually searches for
+               files named with the soname in the runpaths).
 
                @param obj: absolute path to an object
                @type obj: string (example: '/usr/bin/bar')