aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/gentoolkit/eshowkw/__init__.py')
-rw-r--r--pym/gentoolkit/eshowkw/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py
index d46a773..c00d7cb 100644
--- a/pym/gentoolkit/eshowkw/__init__.py
+++ b/pym/gentoolkit/eshowkw/__init__.py
@@ -100,6 +100,11 @@ def main(argv, indirect = False):
if not color and not sys.stdout.isatty():
# disable colors
porto.nocolor()
+
+ # Imply prefix if user specified any architectures (Bug 578496)
+ if len(highlight_arch) > 0:
+ prefix = True
+
keywords = keywords_header(prefix, highlight_arch, order)
if len(package) > 0:
mysettings = portc(local_config=False)