From 9a8cb932580156764e3c66b3e3d0b274a5a95fb6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 16 Jun 2011 13:03:43 -0700 Subject: [PATCH] repoman: only report allmasked if ebuilds exist --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2