From de0207a1b4d2055a776cd74e9b5e192eb362ef11 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Tue, 8 Dec 2009 22:26:43 +0000 Subject: Fix bug with epkginfo not displaying keywords correctly for highest visible version svn path=/trunk/gentoolkit/; revision=704 --- bin/epkginfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3