Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 239003 Details for
Bug 242300
Add ebuild for app-portage/unmasker-0.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug in path in patch
configroot.patch (text/plain), 518 bytes, created by
Marshall McMullen
on 2010-07-16 07:27:06 UTC
(
hide
)
Description:
Bug in path in patch
Filename:
MIME Type:
Creator:
Marshall McMullen
Created:
2010-07-16 07:27:06 UTC
Size:
518 bytes
patch
obsolete
>--- orig/usr/bin/unmasker 2010-07-16 01:12:24.000000000 -0600 >+++ usr/bin/unmasker 2010-07-16 01:16:39.000000000 -0600 >@@ -31,7 +31,12 @@ > readonly UNMASK_HARD_MASKED="**" > readonly SLOT_MARKER=":" > >-readonly PORTAGE_FOLDER=/etc/portage >+if [[ -z "$PORTAGE_CONFIGROOT" ]]; then >+ readonly PORTAGE_FOLDER=/etc/portage >+else >+ readonly PORTAGE_FOLDER=$PORTAGE_CONFIGROOT/etc/portage >+fi >+ > readonly KEYWORDS_FOLDER=$PORTAGE_FOLDER/package.keywords > readonly UNMASK_FOLDER=$PORTAGE_FOLDER/package.unmask >
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 242300
:
168638
|
170437
|
238999
|
239001
| 239003