From: Zac Medico Date: Thu, 25 Nov 2010 04:00:17 +0000 (-0800) Subject: repoman: fix broken masking check X-Git-Tag: v2.2.0_alpha5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c865e74f1eeb5d1e0bfcf4e95a6dbccb058ddf47;p=portage.git repoman: fix broken masking check This has been broken since 9ed6332f2015e41f072f897764f550c5574ea96f. --- diff --git a/bin/repoman b/bin/repoman index 2b8156e03..1e1b1467a 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1903,7 +1903,7 @@ for x in scanlist: if not baddepsyntax: ismasked = not ebuild_archs or \ - pkg.cp not in portdb.xmatch("list-visible", x) + pkg.cpv not in portdb.xmatch("list-visible", pkg.cp) if ismasked: if not have_pmasked: have_pmasked = bool(dep_settings._getMaskAtom(