Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: [gentoo-portage-dev] [PATCH] _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098)
Date: Wed, 29 Apr 2015 02:59:37
Message-Id: 1430276331-8559-1-git-send-email-zmedico@gentoo.org
1 X-Gentoo-Bug: 428098
2 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=428098
3 ---
4 pym/portage/dbapi/vartree.py | 3 +++
5 1 file changed, 3 insertions(+)
6
7 diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
8 index c59d778..cacbf96 100644
9 --- a/pym/portage/dbapi/vartree.py
10 +++ b/pym/portage/dbapi/vartree.py
11 @@ -2590,6 +2590,9 @@ class dblink(object):
12 os.path.join(real_root, f.lstrip(os.path.sep)))
13
14 msg.append("")
15 + msg.append("Use the UNINSTALL_IGNORE variable to exempt specific symlinks")
16 + msg.append("from the following search (see the make.conf man page).")
17 + msg.append("")
18 msg.append(_("Searching all installed"
19 " packages for files installed via above symlink(s)..."))
20 msg.append("")
21 --
22 2.3.5

Replies