diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
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( |