Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098)
Date: Wed, 29 Apr 2015 04:14:54
Message-Id: 20150428211448.60e276ed.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098) by Zac Medico
1 On Tue, 28 Apr 2015 19:58:51 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > X-Gentoo-Bug: 428098
5 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=428098
6 > ---
7 > pym/portage/dbapi/vartree.py | 3 +++
8 > 1 file changed, 3 insertions(+)
9 >
10 > diff --git a/pym/portage/dbapi/vartree.py
11 > b/pym/portage/dbapi/vartree.py index c59d778..cacbf96 100644
12 > --- a/pym/portage/dbapi/vartree.py
13 > +++ b/pym/portage/dbapi/vartree.py
14 > @@ -2590,6 +2590,9 @@ class dblink(object):
15 > os.path.join(real_root,
16 > f.lstrip(os.path.sep)))
17 > msg.append("")
18 > + msg.append("Use the UNINSTALL_IGNORE variable to
19 > exempt specific symlinks")
20 > + msg.append("from the following search (see the
21 > make.conf man page).")
22 > + msg.append("")
23 > msg.append(_("Searching all installed"
24 > " packages for files installed via above
25 > symlink(s)...")) msg.append("")
26
27
28 Merge it please :)
29
30 --
31 Brian Dolbec <dolsen>