Summary: | app-portage/gentoolkit: equery's depgraph module does not recognize '--linear' option | ||
---|---|---|---|
Product: | Portage Development | Reporter: | alexeysakovets |
Component: | Tools | Assignee: | Portage Tools Team <tools-portage> |
Status: | UNCONFIRMED --- | ||
Severity: | minor | CC: | alexeysakovets |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Add '--linear' option |
Created attachment 614032 [details, diff] Add '--linear' option equery g --help output: ... -l, --linear do not format the graph by indenting dependencies ... However, equery's depgraph module only recognizes short option '-l'. The patch attached fixes this.