diff options
Diffstat (limited to 'app-portage/ufed/files/ufed-0.40.1-make.conf-read.patch')
-rw-r--r-- | app-portage/ufed/files/ufed-0.40.1-make.conf-read.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-portage/ufed/files/ufed-0.40.1-make.conf-read.patch b/app-portage/ufed/files/ufed-0.40.1-make.conf-read.patch deleted file mode 100644 index c3fb1f47..00000000 --- a/app-portage/ufed/files/ufed-0.40.1-make.conf-read.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Portage.pm -+++ Portage.pm -@@ -137,6 +137,7 @@ - } - - sub read_make_conf() { - my %env = read_sh "/etc/make.conf"; -+ merge (%env, read_sh('/etc/portage/make.conf')); - merge %make_conf_flags, %{$env{USE}} if exists $env{USE}; - @portagedirs = $environment{PORTDIR}; - push @portagedirs, split ' ', $environment{PORTDIR_OVERLAY} if defined $environment{PORTDIR_OVERLAY}; |