summaryrefslogtreecommitdiff
path: root/src/app_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_list.c')
-rw-r--r--src/app_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app_list.c b/src/app_list.c
index 13ab0a7..fed9aa9 100644
--- a/src/app_list.c
+++ b/src/app_list.c
@@ -164,6 +164,7 @@ static int print_result(struct apk_database *db, const char *match, struct apk_n
if (!name) return 0;
+ apk_name_sorted_providers(name);
if (ctx->match_depends) {
struct apk_name **pname;
foreach_array_item(pname, name->rdepends)