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.