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 1QcEK0-00063E-5l for garchives@archives.gentoo.org; Thu, 30 Jun 2011 10:18:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 280A51C083; Thu, 30 Jun 2011 10:18:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EF0FD1C083 for ; Thu, 30 Jun 2011 10:18:00 +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 5FAF01B4009 for ; Thu, 30 Jun 2011 10:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7CAE68003C for ; Thu, 30 Jun 2011 10:17:59 +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: 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: a3f0c99340a2784707d4613052074f9a73edcb49 Date: Thu, 30 Jun 2011 10:17:59 +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: 917353d4e1d7f30fa54c5de08e55bb95 commit: a3f0c99340a2784707d4613052074f9a73edcb49 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 30 10:17:31 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 30 10:17:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da3f0c993 Fix a typo in a docstring. --- pym/portage/util/_dyn_libs/LinkageMapELF.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/util/_dyn_libs/LinkageMapELF.py b/pym/portage/ut= il/_dyn_libs/LinkageMapELF.py index d4c490c..4b9817e 100644 --- a/pym/portage/util/_dyn_libs/LinkageMapELF.py +++ b/pym/portage/util/_dyn_libs/LinkageMapELF.py @@ -482,7 +482,7 @@ class LinkageMapELF(object): def isMasterLink(self, obj): """ Determine whether an object is a "master" symlink, which means - that its basename is that same as the beginning part of the + that its basename is the same as the beginning part of the soname and it lacks the soname's version component. =20 @param obj: absolute path to an object