commit: 18b754dd5fe919a72e2ae617f188042c53071aab
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 4 09:38:22 2026 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 4 09:38:22 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=18b754dd
libq/tree: remove nonstandard BUILDID key from Packages
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
libq/tree.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libq/tree.c b/libq/tree.c
index 9fc080d..f6772bc 100644
--- a/libq/tree.c
+++ b/libq/tree.c
@@ -1939,7 +1939,6 @@ tree_foreach_packages(tree_ctx *ctx, tree_pkg_cb
callback, void *priv)
match_key(IDEPEND);
match_key(PATH);
match_key2(BUILD_ID, BUILDID);
- match_key(BUILDID);
#undef match_key
#undef match_key2
}