From 067c17312418937b6fc81cbba78349ce2566f942 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Sun, 25 Dec 2022 14:57:47 +0200 Subject: solver: prioritize user specified action on mentioned packages Force preference on the user specified action on commandline. This allows upgrading packages which would otherwise be kept back due to partial update preferring to keep top level dependency on the installed version. fixes #7531 --- src/apk_database.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apk_database.h') diff --git a/src/apk_database.h b/src/apk_database.h index 917ee35..1947df0 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -101,6 +101,7 @@ struct apk_name { unsigned is_dependency : 1; unsigned auto_select_virtual: 1; unsigned priority : 2; + unsigned solver_flags_set : 1; unsigned int foreach_genid; union { struct apk_solver_name_state ss; -- cgit v1.2.3-70-g09d2