Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 539402
Collapse All | Expand All

(-)a/bin/repoman (-1 / +2 lines)
Lines 2319-2325 for x in effective_scanlist: Link Here
2319
2319
2320
			if not baddepsyntax:
2320
			if not baddepsyntax:
2321
				ismasked = not ebuild_archs or \
2321
				ismasked = not ebuild_archs or \
2322
					pkg.cpv not in portdb.xmatch("match-visible", pkg.cp)
2322
					pkg.cpv not in portdb.xmatch("match-visible",
2323
					Atom("%s::%s" % (pkg.cp, repo_config.name)))
2323
				if ismasked:
2324
				if ismasked:
2324
					if not have_pmasked:
2325
					if not have_pmasked:
2325
						have_pmasked = bool(dep_settings._getMaskAtom(
2326
						have_pmasked = bool(dep_settings._getMaskAtom(

Return to bug 539402