summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/eshowkw.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/eshowkw.py b/scripts/eshowkw.py
index 215c40e..29938c2 100755
--- a/scripts/eshowkw.py
+++ b/scripts/eshowkw.py
@@ -94,6 +94,7 @@ def flagFor(arch, keywords, myArch):
def showMe(myArch, db, pkg):
pkg, versions = resolvePackage(db, pkg)
+ print '>>> Keywords for', pkg
archs = []
for i in open(portage.settings['PORTDIR'] + '/profiles/arch.list').readlines():
if i == '':