summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/show_invalid_depstring_notice.py')
-rw-r--r--pym/_emerge/show_invalid_depstring_notice.py2
1 files changed, 1 insertions, 1 deletions
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)