index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/conflict.c | 5 |
diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index 5d279536..8417348a 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -180,10 +180,7 @@ alpm_list_t *_alpm_innerconflicts(alpm_handle_t *handle, alpm_list_t *packages) return baddeps; } -/* Check for target vs (db - target) conflicts - * In case of conflict the package1 field of pmdepconflict_t contains - * the target package, package2 field contains the local package - */ +/* Check for target vs (db - target) conflicts */ alpm_list_t *_alpm_outerconflicts(alpm_db_t *db, alpm_list_t *packages) { alpm_list_t *baddeps = NULL; |