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

(-)a/pym/gentoolkit/flag.py (-5 lines)
Lines 128-138 Link Here
128
	for a in use[:]:
128
	for a in use[:]:
129
		if a in archlist:
129
		if a in archlist:
130
			use.remove(a)
130
			use.remove(a)
131
	# dbl check if any from usemasked  or useforced are still there
132
	masked = usemasked + useforced
133
	for a in use[:]:
134
		if a in masked:
135
			use.remove(a)
136
	return use
131
	return use
137
132
138
133

Return to bug 634824