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 1SUmGb-0000V3-3s for garchives@archives.gentoo.org; Wed, 16 May 2012 22:00:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5876FE08F9; Wed, 16 May 2012 21:59:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 27B05E08F9 for ; Wed, 16 May 2012 21:59:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 903BD1B4054 for ; Wed, 16 May 2012 21:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 569BEE5429 for ; Wed, 16 May 2012 21:59:55 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1337205484.ba64705ea61bbfe506bee228b56758216ffb987c.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/eshowkw/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/eshowkw/keywords_content.py X-VCS-Directories: pym/gentoolkit/eshowkw/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: ba64705ea61bbfe506bee228b56758216ffb987c X-VCS-Branch: gentoolkit Date: Wed, 16 May 2012 21:59:55 +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: 4a83c23f-32cb-4e83-985c-ec8e8ff913c3 X-Archives-Hash: 8a9494a5ab3d069c840047c3eb12eba8 commit: ba64705ea61bbfe506bee228b56758216ffb987c Author: Paul Varner gentoo org> AuthorDate: Wed May 16 21:58:04 2012 +0000 Commit: Paul Varner gentoo org> CommitDate: Wed May 16 21:58:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi= t;a=3Dcommit;h=3Dba64705e Fix output to be sorted using portage.versions.vercmp (bug 409449). --- pym/gentoolkit/eshowkw/keywords_content.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pym/gentoolkit/eshowkw/keywords_content.py b/pym/gentoolkit/= eshowkw/keywords_content.py index 77a68fb..2e6c0fa 100644 --- a/pym/gentoolkit/eshowkw/keywords_content.py +++ b/pym/gentoolkit/eshowkw/keywords_content.py @@ -176,7 +176,6 @@ class keywords_content: return port.versions.vercmp(ver_map[cpv1[0]], ver_map[cpv2[0]]) =20 package_content.sort(key=3Dport.util.cmp_sort_key(cmp_cpv)) - package_content.sort(key=3Ditemgetter(2)) =20 def __xmatch(self, pdb, package): """xmatch function that searches for all packages over all repos"""