Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326632 Details for
Bug 434672
app-portage/ufed should look for make.* in new location: /etc/portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for /etc/{,portage}/make.profile
ufed-0.40.1-make.profile-path.patch (text/plain), 442 bytes, created by
Martin Väth
on 2012-10-15 17:49:40 UTC
(
hide
)
Description:
Patch for /etc/{,portage}/make.profile
Filename:
MIME Type:
Creator:
Martin Väth
Created:
2012-10-15 17:49:40 UTC
Size:
442 bytes
patch
obsolete
>--- 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") {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 434672
:
324238
|
324240
|
324410
|
324412
|
324422
|
324424
|
324748
|
325674
|
326628
|
326630
| 326632