From ce1bd12506387aa7bbb9660668d5960c8325ad24 Mon Sep 17 00:00:00 2001 From: Otavio Pontes Date: Tue, 10 Aug 2010 00:35:04 +0000 Subject: parent_node(pkg) now has the repo field --- pym/_emerge/show_invalid_depstring_notice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/_emerge/show_invalid_depstring_notice.py b/pym/_emerge/show_invalid_depstring_notice.py index 8be186c1..379246f9 100644 --- a/pym/_emerge/show_invalid_depstring_notice.py +++ b/pym/_emerge/show_invalid_depstring_notice.py @@ -11,7 +11,7 @@ def show_invalid_depstring_notice(parent_node, depstring, error_msg): msg1 = "\n\n!!! Invalid or corrupt dependency specification: " + \ "\n\n%s\n\n%s\n\n%s\n\n" % (error_msg, parent_node, depstring) - p_type, p_root, p_key, p_status = parent_node + p_type, p_root, p_key, p_status, p_repo = parent_node msg = [] if p_status == "nomerge": category, pf = portage.catsplit(p_key) -- cgit v1.2.3-65-gdbad