From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 088C71382C5 for ; Fri, 26 Jan 2018 23:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72061E092A; Fri, 26 Jan 2018 23:25:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54138E092A for ; Fri, 26 Jan 2018 23:25:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8551F335C33 for ; Fri, 26 Jan 2018 23:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DFE21D2 for ; Fri, 26 Jan 2018 23:25:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1516978250.76eadba35e05de28ba52ea3f48b9651702ae293e.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/eshowkw/keywords_header.py X-VCS-Directories: pym/gentoolkit/eshowkw/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 76eadba35e05de28ba52ea3f48b9651702ae293e X-VCS-Branch: master Date: Fri, 26 Jan 2018 23:25:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1e30ed17-6a2c-484b-9670-ed0f90301a0b X-Archives-Hash: 34b7adf5d667e78d152e1cef8b531ba7 commit: 76eadba35e05de28ba52ea3f48b9651702ae293e Author: Michał Górny gentoo org> AuthorDate: Tue Jan 23 12:16:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 26 14:50:50 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=76eadba3 eshowkw: Remove meaningless duplicate sort of Prefix keywords pym/gentoolkit/eshowkw/keywords_header.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/gentoolkit/eshowkw/keywords_header.py b/pym/gentoolkit/eshowkw/keywords_header.py index 9eedbcf..a4934bc 100644 --- a/pym/gentoolkit/eshowkw/keywords_header.py +++ b/pym/gentoolkit/eshowkw/keywords_header.py @@ -118,7 +118,6 @@ class keywords_header: normal = [k for k in keywords if not self.__isPrefix(k)] if prefix: longer = [k for k in keywords if self.__isPrefix(k)] - longer.sort() normal.extend(longer) lists = self.__IMPARCHS, self.__DEV_ARCHS, self.__EXP_ARCHS