From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QkotQ-0008Us-N9 for garchives@archives.gentoo.org; Sun, 24 Jul 2011 02:58:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB46121C0AF; Sun, 24 Jul 2011 02:58:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 862AE21C0AF for ; Sun, 24 Jul 2011 02:58:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0651B1B400C for ; Sun, 24 Jul 2011 02:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6D0DF8003D for ; Sun, 24 Jul 2011 02:58:03 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <2fb34f15fa81696b8b31c341e7db506f5da6ee67.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/_dyn_libs/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/util/_dyn_libs/LinkageMapELF.py X-VCS-Directories: pym/portage/util/_dyn_libs/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2fb34f15fa81696b8b31c341e7db506f5da6ee67 Date: Sun, 24 Jul 2011 02:58:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 27c2304a6e3e9f1571a06f239fc2b742 commit: 2fb34f15fa81696b8b31c341e7db506f5da6ee67 Author: Zac Medico gentoo org> AuthorDate: Sun Jul 24 02:57:52 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jul 24 02:57:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D2fb34f15 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. --- pym/portage/util/_dyn_libs/LinkageMapELF.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pym/portage/util/_dyn_libs/LinkageMapELF.py b/pym/portage/ut= il/_dyn_libs/LinkageMapELF.py index 2ad97bb..cf8def3 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. =20 + 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