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

(-)Portage.pm~ (-1 / +1 lines)
Lines 150-156 Link Here
150
}
150
}
151
151
152
sub read_make_globals() {
152
sub read_make_globals() {
153
	for my $dir(@profiles, '/etc') {
153
	for my $dir(@profiles, '/usr/share/portage/config/') {
154
		read_sh "$dir/make.globals";
154
		read_sh "$dir/make.globals";
155
	}
155
	}
156
}
156
}

Return to bug 431064