From 4de78dba0f1acd253cc8e8a66a8cfa8ca2e56550 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Thu, 23 Feb 2006 23:29:47 +0000 Subject: Fix a missing parenthesis. svn path=/main/trunk/; revision=2779 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 76ec39296..6da799683 100755 --- a/bin/repoman +++ b/bin/repoman @@ -971,7 +971,7 @@ for x in scanlist: fails["ebuild.namenomatch"].append(x+"/"+y+".ebuild") continue try: - myaux = dict( zip(allvars, portage.db["/"]["porttree"].dbapi.aux_get(catdir+"/"+y, allvars ) ) + myaux = dict( zip(allvars, portage.db["/"]["porttree"].dbapi.aux_get(catdir+"/"+y, allvars ) ) ) except KeyError: stats["ebuild.syntax"]=stats["ebuild.syntax"]+1 fails["ebuild.syntax"].append(x+"/"+y+".ebuild") -- cgit v1.2.3-1-g7c22