Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434672 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- Portage.pm
0
++ Portage.pm
Lines 137-142 Link Here
137
}
137
}
138
138
139
sub read_make_conf() {
139
sub read_make_conf() {
140
	merge (%env, read_sh('/etc/portage/make.conf'));
140
	merge %make_conf_flags, %{$env{USE}} if exists $env{USE};
141
	merge %make_conf_flags, %{$env{USE}} if exists $env{USE};
141
	@portagedirs = $environment{PORTDIR};
142
	@portagedirs = $environment{PORTDIR};
142
	push @portagedirs, split ' ', $environment{PORTDIR_OVERLAY} if defined $environment{PORTDIR_OVERLAY};
143
	push @portagedirs, split ' ', $environment{PORTDIR_OVERLAY} if defined $environment{PORTDIR_OVERLAY};

Return to bug 434672