Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52206 | Differences between
and this patch

Collapse All | Expand All

(-)pym/portage.py (+2 lines)
Lines 5370-5375 class portdbapi(dbapi): Link Here
5370
			for mykey in pkgdict:
5370
			for mykey in pkgdict:
5371
				if db["/"]["porttree"].dbapi.xmatch("bestmatch-list", mykey, None, None, [mycpv]):
5371
				if db["/"]["porttree"].dbapi.xmatch("bestmatch-list", mykey, None, None, [mycpv]):
5372
					pgroups.extend(pkgdict[mykey])
5372
					pgroups.extend(pkgdict[mykey])
5373
			if "*" in pgroups:
5374
				match=1
5373
			for gp in mygroups:
5375
			for gp in mygroups:
5374
				if gp=="*":
5376
				if gp=="*":
5375
					writemsg("--- WARNING: Package '%s' uses '*' keyword.\n" % mycpv)
5377
					writemsg("--- WARNING: Package '%s' uses '*' keyword.\n" % mycpv)

Return to bug 52206