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.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=9eeff3399b23df1e4eed6f782e77c28b30347c9a commit 9eeff3399b23df1e4eed6f782e77c28b30347c9a Author: Sam James <sam@gentoo.org> AuthorDate: 2023-07-18 22:26:33 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-07-18 22:26:50 +0000 equery: depgraph: Fix --linear shortopt (-l) Closes: https://bugs.gentoo.org/709816 Signed-off-by: Sam James <sam@gentoo.org> pym/gentoolkit/equery/depgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c162ce62447fec711a28ecf1434879256c8aea6a commit c162ce62447fec711a28ecf1434879256c8aea6a Author: Sam James <sam@gentoo.org> AuthorDate: 2023-10-03 15:43:51 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-10-03 15:44:35 +0000 app-portage/gentoolkit: add 0.6.2 Bug: https://bugs.gentoo.org/900224 Closes: https://bugs.gentoo.org/369581 Closes: https://bugs.gentoo.org/382009 Closes: https://bugs.gentoo.org/576224 Closes: https://bugs.gentoo.org/709816 Closes: https://bugs.gentoo.org/861116 Closes: https://bugs.gentoo.org/877519 Closes: https://bugs.gentoo.org/902551 Signed-off-by: Sam James <sam@gentoo.org> app-portage/gentoolkit/Manifest | 1 + app-portage/gentoolkit/gentoolkit-0.6.2.ebuild | 71 ++++++++++++++++++++++++++ 2 files changed, 72 insertions(+)