From 218af33781b2936f5f2b0e30574d864a69fb58dc Mon Sep 17 00:00:00 2001 From: Alexander Berntsen Date: Wed, 31 Jul 2013 16:59:29 +0200 Subject: [PATCH] vartree.py: Add link for collisions, bug #449918 Link to on file collisions. --- pym/portage/dbapi/vartree.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index fe61229..0e4864c 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -3870,7 +3870,9 @@ class dblink(object): " enough information to determine if a real problem" " exists. Please do NOT file a bug report at" " http://bugs.gentoo.org unless you report exactly which" - " two packages install the same file(s). Once again," + " two packages install the same file(s). See " + " http://wiki.gentoo.org/wiki/Portage#Blocking_conflicts" + " for tips on how to solve the problem. And once again," " please do NOT file a bug report unless you have" " completely understood the above message.") -- 1.8.1.5