commit: a425c1a91f01dd57f68d25eec3116c9634338d14
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 10:54:19 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 10:54:27 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=a425c1a9
qmerge: add reminder for myself
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
qmerge.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/qmerge.c b/qmerge.c
index fba5299..280b0c1 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -1481,6 +1481,10 @@ pkg_merge(int level, const depend_atom *qatom, const
tree_match_ctx *mpkg)
cpath = xstrdup(""); /* xrealloced in merge_tree_at */
+ /* TODO: use replacing to pass over pervinst->pkg for
+ * VDB/CONTENTS and respect the config-protect-if-modified flag
+ * like unmerge does */
+
ret = merge_tree_at(AT_FDCWD, "image",
AT_FDCWD, portroot, contents, eprefix_len,
&objs, &cpath, cp_argc, cp_argv, cpm_argc,
cpm_argv);