aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-16 13:03:43 -0700
committerZac Medico <zmedico@gentoo.org>2011-06-16 13:03:43 -0700
commit9a8cb932580156764e3c66b3e3d0b274a5a95fb6 (patch)
tree36d9c8e1098e043c78ff34710f77f99f527293fb
parentprepare_build_dirs: skip FEATURES dirs more (diff)
downloadportage-9a8cb932580156764e3c66b3e3d0b274a5a95fb6.tar.gz
portage-9a8cb932580156764e3c66b3e3d0b274a5a95fb6.tar.bz2
portage-9a8cb932580156764e3c66b3e3d0b274a5a95fb6.zip
repoman: only report allmasked if ebuilds exist
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
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)