projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acdf616
)
Fix bug with epkginfo not displaying keywords correctly for highest visible version
author
fuzzyray
<fuzzyray@gentoo.org>
Tue, 8 Dec 2009 22:26:43 +0000
(22:26 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Tue, 8 Dec 2009 22:26:43 +0000
(22:26 -0000)
svn path=/trunk/gentoolkit/; revision=704
bin/epkginfo
patch
|
blob
|
history
diff --git
a/bin/epkginfo
b/bin/epkginfo
index a3354031ff1ed11c34a761fa4ea2568d2785adae..fd59e4bf210970255f4c48ffb54dd3905e646459 100755
(executable)
--- 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: