From 0974e046a3c006b57b1ec6c0b8d066751fbee1a3 Mon Sep 17 00:00:00 2001
From: Aaron Griffin <aaron@archlinux.org>
Date: Thu, 1 Mar 2007 04:51:33 +0000
Subject: * Just a note for future reference

---
 src/pacman/add.c | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'src')

diff --git a/src/pacman/add.c b/src/pacman/add.c
index 14bb3710..40a4bc2d 100644
--- a/src/pacman/add.c
+++ b/src/pacman/add.c
@@ -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)) {
-- 
cgit v1.2.3-2-g168b