commit:     3d4abaf758af2106c1112b95ca93a8d85eaa6c8e
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 02:57:30 2015 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 04:18:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=3d4abaf7

_unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098)

X-Gentoo-Bug: 428098
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=428098
Acked-by: Brian Dolbec <dolsen <AT> gentoo.org>

 pym/portage/dbapi/vartree.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index c59d778..cacbf96 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -2590,6 +2590,9 @@ class dblink(object):
                                os.path.join(real_root, f.lstrip(os.path.sep)))
 
                msg.append("")
+               msg.append("Use the UNINSTALL_IGNORE variable to exempt 
specific symlinks")
+               msg.append("from the following search (see the make.conf man 
page).")
+               msg.append("")
                msg.append(_("Searching all installed"
                        " packages for files installed via above 
symlink(s)..."))
                msg.append("")

Reply via email to