Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 709816

Summary: app-portage/gentoolkit: equery's depgraph module does not recognize '--linear' option
Product: Portage Development Reporter: alexeysakovets
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: minor CC: alexeysakovets
Priority: Normal Keywords: InVCS, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add '--linear' option

Description alexeysakovets 2020-02-16 15:41:54 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2023-07-18 22:26:54 UTC
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(-)
Comment 2 Larry the Git Cow gentoo-dev 2023-10-03 15:44:47 UTC
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(+)