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

(-)pym/_emerge/__init__.py (+1 lines)
Lines 11503-11508 Link Here
11503
		# Reload the whole config from scratch.
11503
		# Reload the whole config from scratch.
11504
		settings, trees, mtimedb = load_emerge_config(trees=trees)
11504
		settings, trees, mtimedb = load_emerge_config(trees=trees)
11505
		portdb = trees[settings["ROOT"]]["porttree"].dbapi
11505
		portdb = trees[settings["ROOT"]]["porttree"].dbapi
11506
		root_config = trees[settings["ROOT"]]["root_config"]
11506
11507
11507
	mybestpv = portdb.xmatch("bestmatch-visible", "sys-apps/portage")
11508
	mybestpv = portdb.xmatch("bestmatch-visible", "sys-apps/portage")
11508
	mypvs = portage.best(
11509
	mypvs = portage.best(

Return to bug 236021