diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-05-17 00:16:42 +0100 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-05-17 00:16:42 +0100 |
commit | 34002ce2d695d1743194b0b123236012c6d0e4de (patch) | |
tree | 9ed6cfbc585558de5e1902b5c5e7ffd6cbc08d16 /scripts | |
parent | Improve jmeter ebuild: add separate launcher script. (diff) | |
download | nelchael-34002ce2d695d1743194b0b123236012c6d0e4de.tar.gz nelchael-34002ce2d695d1743194b0b123236012c6d0e4de.tar.bz2 nelchael-34002ce2d695d1743194b0b123236012c6d0e4de.zip |
Show category/package.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/eshowkw.py | 1 |
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 == '': |