From: Zac Medico Date: Thu, 16 Jun 2011 20:03:43 +0000 (-0700) Subject: repoman: only report allmasked if ebuilds exist X-Git-Tag: v2.2.0_alpha42~53 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9a8cb932580156764e3c66b3e3d0b274a5a95fb6;p=portage.git repoman: only report allmasked if ebuilds exist --- diff --git a/bin/repoman b/bin/repoman index 9cf1f3aa0..164a1278d 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1942,7 +1942,7 @@ for x in scanlist: #if not portage.portdb.xmatch("bestmatch-visible",x): # stats["ebuild.nostable"]+=1 # fails["ebuild.nostable"].append(x) - if allmasked and repolevel == 3: + if ebuildlist and allmasked and repolevel == 3: stats["ebuild.allmasked"]+=1 fails["ebuild.allmasked"].append(x)