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 <gentoo-commits+bounces-412874-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Rfvb8-0003Jr-Vp for garchives@archives.gentoo.org; Wed, 28 Dec 2011 15:39:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3A7121C06E; Wed, 28 Dec 2011 15:39:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 76C5921C06E for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2011 15:39:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 037201B4041 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2011 15:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7081780043 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2011 15:39:12 +0000 (UTC) From: "Anthony G. Basile" <blueness@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org> Message-ID: <9de7abb8ed37ab97b0069aedf921c9665dfdd1e5.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: scripts/ X-VCS-Repository: proj/elfix X-VCS-Files: scripts/revdep-pax X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 9de7abb8ed37ab97b0069aedf921c9665dfdd1e5 Date: Wed, 28 Dec 2011 15:39:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b8838377-6d21-4b02-81cf-b54430f05a8a X-Archives-Hash: dd2b976ff4bd590d99045721ed99e5f0 commit: 9de7abb8ed37ab97b0069aedf921c9665dfdd1e5 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Dec 28 15:39:08 2011 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Dec 28 15:39:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D9de7abb8 scripts/revdep-pax: fix missing colon --- scripts/revdep-pax | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/revdep-pax b/scripts/revdep-pax index de1fb66..e2073da 100755 --- a/scripts/revdep-pax +++ b/scripts/revdep-pax @@ -187,7 +187,7 @@ def run_reverse(verbose, executable_only): print_reverse_linkings( reverse_linkings, so2library_mappings, verbose,= executable_only) =20 =20 -def migrate_flags(elf, pax_flags) +def migrate_flags(elf, pax_flags): """ Importer Exporter Result Force On Force On Force On