From 91721fcdb85ff67f7607dad60e82f11c1bf701fd Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Mon, 11 Jul 2022 18:37:37 -0700 Subject: equery meta: Put maintainer description on the same line Bug: https://bugs.gentoo.org/576224 Signed-off-by: Brian Dolbec --- pym/gentoolkit/equery/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/equery/meta.py b/pym/gentoolkit/equery/meta.py index 124f59b..22e9ad8 100644 --- a/pym/gentoolkit/equery/meta.py +++ b/pym/gentoolkit/equery/meta.py @@ -167,7 +167,7 @@ def format_maintainers(maints): if CONFIG["verbose"]: maintstr += " (%s)" % (maint.name,) if maint.name else "" maintstr += " - %s" % (maint.restrict,) if maint.restrict else "" - maintstr += "\n%s" % (maint.description,) if maint.description else "" + maintstr += " - %s" % (maint.description,) if maint.description else "" result.append(maintstr) return result -- cgit v1.2.3-18-g5258