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 (-2 / +3 lines)
Line  Link Here
0
-- Portage.pm
0
++ Portage.pm
Lines 205-211 Link Here
205
205
206
sub read_profiles() {
206
sub read_profiles() {
207
	$_ = readlink '/etc/make.profile';
207
	$_ = readlink '/etc/make.profile';
208
	die "/etc/make.profile is not a symlink\n" if not defined $_;
208
	$_ = readlink '/etc/portage/make.profile' if not defined $_;
209
	die "/etc\{,/portage\}/make.profile is not a symlink\n" if not defined $_;
209
	@profiles = norm_path '/etc', $_;
210
	@profiles = norm_path '/etc', $_;
210
	for (my $i = -1; $i >= -@profiles; $i--) {
211
	for (my $i = -1; $i >= -@profiles; $i--) {
211
		for(noncomments "$profiles[$i]/parent") {
212
		for(noncomments "$profiles[$i]/parent") {

Return to bug 434672