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

(-)catalyst-2.0_rc12-old/modules/generic_stage_target.py (-1 / +1 lines)
Lines 21-27 Link Here
21
		
21
		
22
		self.valid_values.extend(["version_stamp","target","subarch","rel_type","profile",\
22
		self.valid_values.extend(["version_stamp","target","subarch","rel_type","profile",\
23
			"snapshot","source_subpath","portage_confdir","cflags","cxxflags","chost","hostuse"])
23
			"snapshot","source_subpath","portage_confdir","cflags","cxxflags","chost","hostuse"])
24
		generic_target.__init__(self,addlargs,myspec)
24
		generic_target.__init__(self,myspec,addlargs)
25
		
25
		
26
		# map the mainarch we are running under to the mainarches we support for
26
		# map the mainarch we are running under to the mainarches we support for
27
		# building stages and LiveCDs. (for example, on amd64, we can build stages for
27
		# building stages and LiveCDs. (for example, on amd64, we can build stages for

Return to bug 118975