From 9dce326531f94f2f34865efce6eb7f0f5060d016 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 23 Jan 2018 13:19:52 +0100 Subject: eshowkw: Group stable and dev arches together (to match Bugzilla) Since dev profile status implies working towards stable status, and we are currently working on improving the status of dev arches (in particular preventing new depgraph breakages from being committed), we have switched Bugzilla to display both statuses alongside. Update eshowkw to use the same output ordering. --- pym/gentoolkit/eshowkw/keywords_header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/gentoolkit/eshowkw/keywords_header.py b/pym/gentoolkit/eshowkw/keywords_header.py index a4934bc..1a1a422 100644 --- a/pym/gentoolkit/eshowkw/keywords_header.py +++ b/pym/gentoolkit/eshowkw/keywords_header.py @@ -120,7 +120,7 @@ class keywords_header: longer = [k for k in keywords if self.__isPrefix(k)] normal.extend(longer) - lists = self.__IMPARCHS, self.__DEV_ARCHS, self.__EXP_ARCHS + lists = (self.__IMPARCHS + self.__DEV_ARCHS), self.__EXP_ARCHS levels = {} for kw in normal: for level, ls in enumerate(lists): -- cgit v1.2.3