diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-12-08 22:26:43 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-12-08 22:26:43 +0000 |
| commit | de0207a1b4d2055a776cd74e9b5e192eb362ef11 (patch) | |
| tree | 03dcd2db8329ec482b6c7de4f052db9ef0119e20 /bin/epkginfo | |
| parent | acdf616efa73b77936963eaa8b5c715db97646d2 (diff) | |
| download | gentoolkit-de0207a1b4d2055a776cd74e9b5e192eb362ef11.tar.gz | |
Fix bug with epkginfo not displaying keywords correctly for highest visible version
svn path=/trunk/gentoolkit/; revision=704
Diffstat (limited to 'bin/epkginfo')
| -rwxr-xr-x | bin/epkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/epkginfo b/bin/epkginfo index a335403..fd59e4b 100755 --- a/bin/epkginfo +++ b/bin/epkginfo @@ -74,7 +74,7 @@ def earch(workdir): elif "~" == arch[0]: visible_unstable[arch] = pkg else: - visible_unstable[arch] = None + visible_unstable["~" + arch] = None visible_stable[arch] = pkg for pkg in ebuildlist: |
