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 1QQGJT-0006Ut-9B for garchives@archives.gentoo.org; Sat, 28 May 2011 10:00:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647221C019; Sat, 28 May 2011 09:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2C83C1C019 for ; Sat, 28 May 2011 09:59:59 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 904E31B4017 for ; Sat, 28 May 2011 09:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B84AA80505 for ; Sat, 28 May 2011 09:59:57 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/util/_dyn_libs/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/util/_dyn_libs/LinkageMapMachO.py X-VCS-Directories: pym/portage/util/_dyn_libs/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a0ca4c604e3123b848a3d81f9aea30d54ba9e872 Date: Sat, 28 May 2011 09:59:57 +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: 68e555297ec09dc4f922895c25502085 commit: a0ca4c604e3123b848a3d81f9aea30d54ba9e872 Author: Fabian Groffen gentoo org> AuthorDate: Sat May 28 09:57:23 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat May 28 09:57:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da0ca4c60 LinkageMapMachO: fix indentation Previous fix was not really a fix. Get the parenthesis right this time. --- pym/portage/util/_dyn_libs/LinkageMapMachO.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pym/portage/util/_dyn_libs/LinkageMapMachO.py b/pym/portage/= util/_dyn_libs/LinkageMapMachO.py index b562f5c..eb62e91 100644 --- a/pym/portage/util/_dyn_libs/LinkageMapMachO.py +++ b/pym/portage/util/_dyn_libs/LinkageMapMachO.py @@ -270,7 +270,8 @@ class LinkageMapMachO(object): fields =3D l.split(";") if len(fields) < 4: writemsg_level("\nWrong number of fields " + \ - "in %s: %s\n\n") % (location, l), level=3Dlogging.ERROR, noiselevel= =3D-1) + "in %s: %s\n\n" % (location, l), + level=3Dlogging.ERROR, noiselevel=3D-1) continue arch =3D fields[0] obj =3D fields[1]