summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_dyn_libs
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-23 19:57:52 -0700
committerZac Medico <zmedico@gentoo.org>2011-07-23 19:57:52 -0700
commit2fb34f15fa81696b8b31c341e7db506f5da6ee67 (patch)
treec61fcd85ad7b50790a6543fd29d33dad974bd7b9 /pym/portage/util/_dyn_libs
parent757631f0de7b3baf5295c1d0fecfe1008c1ab1f2 (diff)
downloadportage-2fb34f15fa81696b8b31c341e7db506f5da6ee67.tar.gz
portage-2fb34f15fa81696b8b31c341e7db506f5da6ee67.tar.bz2
portage-2fb34f15fa81696b8b31c341e7db506f5da6ee67.zip
LinkageMapELF.getOwners(): add note about plibs
For preserved libraries, the owner(s) may have been been previously uninstalled, but these uninstalled owners can be returned by this method since they are registered in the PreservedLibsRegistry.
Diffstat (limited to 'pym/portage/util/_dyn_libs')
-rw-r--r--pym/portage/util/_dyn_libs/LinkageMapELF.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pym/portage/util/_dyn_libs/LinkageMapELF.py b/pym/portage/util/_dyn_libs/LinkageMapELF.py
index 2ad97bbc7..cf8def34b 100644
--- a/pym/portage/util/_dyn_libs/LinkageMapELF.py
+++ b/pym/portage/util/_dyn_libs/LinkageMapELF.py
@@ -568,6 +568,11 @@ class LinkageMapELF(object):
if the object is unknown. Returns an empty tuple if the owner(s)
are unknown.
+ NOTE: For preserved libraries, the owner(s) may have been been
+ previously uninstalled, but these uninstalled owners can be
+ returned by this method since they are registered in the
+ PreservedLibsRegistry.
+
@param obj: absolute path to an object
@type obj: string (example: '/usr/bin/bar')
@rtype: tuple