commit: c0aeba8091d4d08745593100d0951dcac878c600
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 2 12:04:45 2026 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 2 12:04:45 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c0aeba80
qlist: use portroot with BINPKGs too
This reverts 419b78c837ff3355e0e1d0652a56678e303bcf6b from 5 years ago.
The commit didn't provide an explanation, and I can't see why we would
want to ignore ROOT here at all.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
qlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qlist.c b/qlist.c
index 5ca10ca..41fe933 100644
--- a/qlist.c
+++ b/qlist.c
@@ -530,7 +530,7 @@ int qlist_main(int argc, char **argv)
}
} else {
if (state.do_binpkgs)
- vdb = tree_open_binpkg("/", pkgdir);
+ vdb = tree_open_binpkg(portroot, pkgdir);
else
vdb = tree_open_vdb(portroot, portvdb);
if (vdb != NULL) {