Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163662 Details for
Bug 232270
app-portage/gentoolkit-0.2.4_rc5: revdep-rebuild builds small SEARCH_DIRS with /etc/revdep-rebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Better patch avoiding unsetting local variable
gentoolkit-0.2.4_rc5-search-fix.patch (text/plain), 616 bytes, created by
Ian Abbott
on 2008-08-23 18:20:55 UTC
(
hide
)
Description:
Better patch avoiding unsetting local variable
Filename:
MIME Type:
Creator:
Ian Abbott
Created:
2008-08-23 18:20:55 UTC
Size:
616 bytes
patch
obsolete
>diff -urp gentoolkit-0.2.4_rc5.orig/src/revdep-rebuild/revdep-rebuild gentoolkit-0.2.4_rc5/src/revdep-rebuild/revdep-rebuild >--- gentoolkit-0.2.4_rc5.orig/src/revdep-rebuild/revdep-rebuild 2008-07-10 00:29:00.000000000 +0100 >+++ gentoolkit-0.2.4_rc5/src/revdep-rebuild/revdep-rebuild 2008-08-23 19:08:23.000000000 +0100 >@@ -1003,6 +1003,7 @@ setup_search_paths_and_masks() { > LD_LIBRARY_MASK=$(clean_var <<< "$LD_LIBRARY_MASK") > # Filter masked paths from SEARCH_DIRS > for sdir in ${SEARCH_DIRS} ; do >+ skip_me= > for mdir in ${SEARCH_DIRS_MASK}; do > [[ ${sdir} == ${mdir}/* ]] && skip_me=1 && break > done
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 232270
:
160903
|
161011
| 163662