summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commit.c b/src/commit.c
index 42280aa..db548c7 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -531,6 +531,10 @@ static void analyze_name(struct print_state *ps, struct apk_name *name)
snprintf(tmp, sizeof(tmp), "%s (virtual)", name->name);
ps->label = tmp;
+ label_start(ps, "note:");
+ apk_print_indented_words(&ps->i, "please select one of the 'provided by' packages explicitly");
+ label_end(ps);
+
label_start(ps, "provided by:");
foreach_array_item(p0, name->providers)
p0->pkg->name->state_int++;