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

(-)/usr/bin/etcat.orig (-1 / +6 lines)
Lines 342-350 Link Here
342
	print "[ Legend   : (U) Col 1 - Current USE flags        ]"
342
	print "[ Legend   : (U) Col 1 - Current USE flags        ]"
343
	print "[          : (I) Col 2 - Installed With USE flags ]"
343
	print "[          : (I) Col 2 - Installed With USE flags ]"
344
344
345
	if filter(gentoolkit.Package.is_installed, matches):
346
		only_installed = True
347
	else:
348
		only_installed = False
349
345
	# Iterate through matches, printing a report for each package
350
	# Iterate through matches, printing a report for each package
346
	for p in matches:
351
	for p in matches:
347
		if not p.is_installed():
352
		if not p.is_installed() and only_installed:
348
			continue
353
			continue
349
	
354
	
350
		bestver = p.get_cpv()
355
		bestver = p.get_cpv()

Return to bug 47690