Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 614032 Details for
Bug 709816
app-portage/gentoolkit: equery's depgraph module does not recognize '--linear' option
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add '--linear' option
equery-depgraph-add-linear-long-option.patch (text/plain), 531 bytes, created by
alexeysakovets
on 2020-02-16 15:41:54 UTC
(
hide
)
Description:
Add '--linear' option
Filename:
MIME Type:
Creator:
alexeysakovets
Created:
2020-02-16 15:41:54 UTC
Size:
531 bytes
patch
obsolete
>diff --git a/pym/gentoolkit/equery/depgraph.py b/pym/gentoolkit/equery/depgraph.py >index 9fbdd42..5d1946d 100644 >--- a/pym/gentoolkit/equery/depgraph.py >+++ b/pym/gentoolkit/equery/depgraph.py >@@ -195,7 +195,7 @@ def main(input_args): > """Parse input and run the program""" > > short_opts = "hAMUl" >- long_opts = ('help', 'no-atom', 'no-useflags', 'no-mask', 'depth=') >+ long_opts = ('help', 'no-atom', 'no-useflags', 'no-mask', 'depth=', 'linear') > > try: > module_opts, queries = gnu_getopt(input_args, short_opts, long_opts)
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 709816
: 614032