Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 517374 Details for
Bug 646310
app-portage/portage-utils: qlist: also hide /usr/src/debug when --showdebug is not given
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Example of a trivial patch
file_646310.txt (text/plain), 435 bytes, created by
Niklas Haas
on 2018-02-01 15:28:23 UTC
(
hide
)
Description:
Example of a trivial patch
Filename:
MIME Type:
Creator:
Niklas Haas
Created:
2018-02-01 15:28:23 UTC
Size:
435 bytes
patch
obsolete
>diff --git a/qlist.c b/qlist.c >index cda4ca7..f8a83ea 100644 >--- a/qlist.c >+++ b/qlist.c >@@ -338,6 +338,9 @@ qlist_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv) > if (!strncmp(e->name, "/usr/lib/debug", 14) && > (e->name[14] == '/' || e->name[14] == '\0')) > continue; >+ if (!strncmp(e->name, "/usr/src/debug", 14) && >+ (e->name[14] == '/' || e->name[14] == '\0')) >+ continue; > } > > switch (e->type) {
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 646310
: 517374