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: Sat, 01 May 2021 08:40:08
Message-Id: 1619858285.2ec2e13a5bbf0b36ec632d9a1306786953c4d66f.grobian@gentoo
1 commit: 2ec2e13a5bbf0b36ec632d9a1306786953c4d66f
2 Author: Marien Zwart <marien.zwart <AT> gmail <DOT> com>
3 AuthorDate: Sat May 1 08:38:05 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 08:38:05 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=2ec2e13a
7
8 qwhich: fix locations for revisioned ebuilds in the tree and vdb
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 qwhich.c | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/qwhich.c b/qwhich.c
16 index 05ea064..24a9ff0 100644
17 --- a/qwhich.c
18 +++ b/qwhich.c
19 @@ -201,12 +201,12 @@ int qwhich_main(int argc, char **argv)
20 m.print_repo ? "::" : "/",
21 BOLD, tmcw->atom->CATEGORY,
22 DKBLUE, tmcw->atom->PN,
23 - BLUE, tmcw->atom->P,
24 + BLUE, tmcw->atom->PF,
25 DKGREEN, NORM);
26 } else if (t->cachetype == CACHE_VDB && !m.print_path) {
27 printf("%s%s/%s%s%s.ebuild%s\n",
28 DKBLUE, tmcw->path,
29 - BLUE, tmcw->atom->P,
30 + BLUE, tmcw->atom->PF,
31 DKGREEN, NORM);
32 } else {
33 printf("%s%s%s\n", DKBLUE, tmcw->path, NORM);