Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Fri, 10 May 2019 07:30:25
Message-Id: 1557473088.a132116bfa8476cf7eaa6e024fd402070fa95563.grobian@gentoo
1 commit: a132116bfa8476cf7eaa6e024fd402070fa95563
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 07:24:48 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 07:24:48 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=a132116b
7
8 qfile: adapt output slightly to match other q-tools
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 qfile.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/qfile.c b/qfile.c
16 index 116c7c4..5a9f7c5 100644
17 --- a/qfile.c
18 +++ b/qfile.c
19 @@ -224,7 +224,7 @@ static int qfile_cb(tree_pkg_ctx *pkg_ctx, void *priv)
20 if (quiet)
21 puts("");
22 else
23 - printf(" (%s%s)\n", state->root ? : "", e->name);
24 + printf(": %s%s\n", state->root ? : "", e->name);
25 } else {
26 non_orphans[i] = 1;
27 }