Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/
Date: Wed, 29 Apr 2015 04:21:08
Message-Id: 1430281134.3d4abaf758af2106c1112b95ca93a8d85eaa6c8e.zmedico@gentoo
1 commit: 3d4abaf758af2106c1112b95ca93a8d85eaa6c8e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 02:57:30 2015 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 04:18:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3d4abaf7
7
8 _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098)
9
10 X-Gentoo-Bug: 428098
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=428098
12 Acked-by: Brian Dolbec <dolsen <AT> gentoo.org>
13
14 pym/portage/dbapi/vartree.py | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
18 index c59d778..cacbf96 100644
19 --- a/pym/portage/dbapi/vartree.py
20 +++ b/pym/portage/dbapi/vartree.py
21 @@ -2590,6 +2590,9 @@ class dblink(object):
22 os.path.join(real_root, f.lstrip(os.path.sep)))
23
24 msg.append("")
25 + msg.append("Use the UNINSTALL_IGNORE variable to exempt specific symlinks")
26 + msg.append("from the following search (see the make.conf man page).")
27 + msg.append("")
28 msg.append(_("Searching all installed"
29 " packages for files installed via above symlink(s)..."))
30 msg.append("")