commit:     9eeff3399b23df1e4eed6f782e77c28b30347c9a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 22:26:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 22:26:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=9eeff339

equery: depgraph: Fix --linear shortopt (-l)

Closes: https://bugs.gentoo.org/709816
Signed-off-by: Sam James <sam <AT> gentoo.org>

 pym/gentoolkit/equery/depgraph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/equery/depgraph.py 
b/pym/gentoolkit/equery/depgraph.py
index 9003a47..d9e3901 100644
--- a/pym/gentoolkit/equery/depgraph.py
+++ b/pym/gentoolkit/equery/depgraph.py
@@ -197,7 +197,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)

Reply via email to