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 1Rg4NI-00074I-H9 for garchives@archives.gentoo.org; Thu, 29 Dec 2011 01:01:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E97D21C16B; Thu, 29 Dec 2011 01:00:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5040221C167 for ; Thu, 29 Dec 2011 01:00:48 +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 C5A201B401F for ; Thu, 29 Dec 2011 01:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AF71180051 for ; Thu, 29 Dec 2011 01:00:46 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <7a66e8beb9c31896aa3596aed741e4eada2966de.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.4.x 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: 7a66e8beb9c31896aa3596aed741e4eada2966de Date: Thu, 29 Dec 2011 01:00:46 +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: 79b674af-6706-4186-8ce3-030ea839886a X-Archives-Hash: 4c57fa8dc43bd77708a11d2098d0b7d5 commit: 7a66e8beb9c31896aa3596aed741e4eada2966de Author: Anthony G. Basile gentoo org> AuthorDate: Wed Dec 28 15:39:08 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Dec 29 00:58:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D7a66e8be 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