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

(-)/usr/lib/portage/pym/portage.py (+2 lines)
Lines 1400-1405 Link Here
1400
						mystr = string.lower(var)+"_"+x
1400
						mystr = string.lower(var)+"_"+x
1401
						if mystr not in usesplit:
1401
						if mystr not in usesplit:
1402
							usesplit.append(mystr)
1402
							usesplit.append(mystr)
1403
					if var not in usesplit:
1404
						usesplit.append(var.lower())
1403
1405
1404
		# Pre-Pend ARCH variable to USE settings so '-*' in env doesn't kill arch.
1406
		# Pre-Pend ARCH variable to USE settings so '-*' in env doesn't kill arch.
1405
		if self.configdict["defaults"].has_key("ARCH"):
1407
		if self.configdict["defaults"].has_key("ARCH"):

Return to bug 111503