Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=22958bd082e5e07f2b9681f9a551fb18335ee916

commit 22958bd082e5e07f2b9681f9a551fb18335ee916
Author: Priyank <priy...@frugalware.org>
Date:   Sat Jun 13 17:03:43 2009 +0530

show target names when handling PM_ERR_UNSATISFIED_DEPS

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index eeca49f..5591f5c 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -1453,6 +1453,8 @@ gfpm_trans_prepare (PM_LIST *list)
}
else
{
+                                               depstring = g_string_append 
(depstring, (char*)pacman_dep_getinfo(m,PM_DEP_TARGET));
+                                               depstring = g_string_append 
(depstring, _(" : requires "));
depstring = g_string_append (depstring, 
(char*)pacman_dep_getinfo(m,PM_DEP_NAME));
switch ((long)pacman_dep_getinfo(m, PM_DEP_MOD))
{
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to