mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
* Just a note for future reference
This commit is contained in:
parent
af5cbf3084
commit
0974e046a3
@ -94,6 +94,10 @@ int pacman_add(alpm_list_t *targets)
|
||||
case PM_ERR_UNSATISFIED_DEPS:
|
||||
for(i = data; i; i = alpm_list_next(i)) {
|
||||
pmdepmissing_t *miss = alpm_list_getdata(i);
|
||||
|
||||
/* TODO indicate if the error was a virtual package or not:
|
||||
* :: %s: requires %s, provided by %s
|
||||
*/
|
||||
MSG(NL, _(":: %s: requires %s"), alpm_dep_get_target(miss),
|
||||
alpm_dep_get_name(miss));
|
||||
switch(alpm_dep_get_mod(miss)) {
|
||||
|
Loading…
Reference in New Issue
Block a user