Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 648058 Details for
Bug 731122
app-portage/portage-utils-0.88: qlop -r does not print ETA when probing proc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to disregard version matching
qlop.c.patch (text/plain), 360 bytes, created by
JayKim
on 2020-07-06 20:24:12 UTC
(
hide
)
Description:
Patch to disregard version matching
Filename:
MIME Type:
Creator:
JayKim
Created:
2020-07-06 20:24:12 UTC
Size:
360 bytes
patch
obsolete
>diff --git a/qlop.c b/qlop.c >index 5048b1e..d7b23f4 100644 >--- a/qlop.c >+++ b/qlop.c >@@ -693,7 +693,7 @@ static int do_emerge_log( > atomw = NULL; > if (atomset == NULL) { > array_for_each(atoms, i, atomw) { >- if (atom_compare(atom, atomw) == EQUAL) >+ if (atom_compare(atom, atomw) != NOT_EQUAL) > break; > atomw = NULL; > }
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 731122
: 648058