summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/ufed/files/ufed-0.40.1-make.profile-path.patch')
-rw-r--r--app-portage/ufed/files/ufed-0.40.1-make.profile-path.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-portage/ufed/files/ufed-0.40.1-make.profile-path.patch b/app-portage/ufed/files/ufed-0.40.1-make.profile-path.patch
deleted file mode 100644
index fa6efbf2..00000000
--- a/app-portage/ufed/files/ufed-0.40.1-make.profile-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Portage.pm
-+++ Portage.pm
-@@ -205,7 +205,8 @@
-
- sub read_profiles() {
- $_ = readlink '/etc/make.profile';
-- die "/etc/make.profile is not a symlink\n" if not defined $_;
-+ $_ = readlink '/etc/portage/make.profile' if not defined $_;
-+ die "/etc\{,/portage\}/make.profile is not a symlink\n" if not defined $_;
- @profiles = norm_path '/etc', $_;
- for (my $i = -1; $i >= -@profiles; $i--) {
- for(noncomments "$profiles[$i]/parent") {