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

(-)pym/portage/__init__.py (+2 lines)
Lines 1272-1277 Link Here
1272
			make_conf = getconfig(
1272
			make_conf = getconfig(
1273
				os.path.join(config_root, MAKE_CONF_FILE.lstrip(os.path.sep)),
1273
				os.path.join(config_root, MAKE_CONF_FILE.lstrip(os.path.sep)),
1274
				tolerant=tolerant, allow_sourcing=True)
1274
				tolerant=tolerant, allow_sourcing=True)
1275
			if make_conf is None:
1276
				make_conf = {}
1275
1277
1276
			# Allow ROOT setting to come from make.conf if it's not overridden
1278
			# Allow ROOT setting to come from make.conf if it's not overridden
1277
			# by the constructor argument (from the calling environment).
1279
			# by the constructor argument (from the calling environment).

Return to bug 224713