From: Sebastian Luther Date: Wed, 25 Aug 2010 16:36:48 +0000 (+0200) Subject: show_invalid_depstring_notice: Don't repeat the dep string X-Git-Tag: v2.2_rc70~81 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5ca155745b2c65af4a1550c860478166a30acc10;p=portage.git show_invalid_depstring_notice: Don't repeat the dep string --- diff --git a/pym/_emerge/show_invalid_depstring_notice.py b/pym/_emerge/show_invalid_depstring_notice.py index 8be186c1e..21f710839 100644 --- a/pym/_emerge/show_invalid_depstring_notice.py +++ b/pym/_emerge/show_invalid_depstring_notice.py @@ -10,7 +10,7 @@ from portage.util import writemsg_level 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) + "\n\n%s\n\n%s\n\n" % (error_msg, parent_node) p_type, p_root, p_key, p_status = parent_node msg = [] if p_status == "nomerge":