summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2010-05-17 00:16:42 +0100
committerKrzysztof Pawlik <nelchael@gentoo.org>2010-05-17 00:16:42 +0100
commit34002ce2d695d1743194b0b123236012c6d0e4de (patch)
tree9ed6cfbc585558de5e1902b5c5e7ffd6cbc08d16 /scripts
parentImprove jmeter ebuild: add separate launcher script. (diff)
downloadnelchael-34002ce2d695d1743194b0b123236012c6d0e4de.tar.gz
nelchael-34002ce2d695d1743194b0b123236012c6d0e4de.tar.bz2
nelchael-34002ce2d695d1743194b0b123236012c6d0e4de.zip
Show category/package.
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 == '':