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

(-)bin/emerge (-1 / +1 lines)
Lines 4290-4296 Link Here
4290
			dead_nodes = None
4290
			dead_nodes = None
4291
			break
4291
			break
4292
	for x in mynodes:
4292
	for x in mynodes:
4293
		mymatches = portdb.xmatch("match-all",x)
4293
		mymatches = portdb.cp_list(x)
4294
		portage.writemsg_stdout("processing %s\n" % x)
4294
		portage.writemsg_stdout("processing %s\n" % x)
4295
		for y in mymatches:
4295
		for y in mymatches:
4296
			try:
4296
			try:

Return to bug 175344