* [gentoo-portage-dev] [PATCH] _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098)
@ 2015-04-29 2:58 Zac Medico
2015-04-29 4:14 ` Brian Dolbec
0 siblings, 1 reply; 2+ messages in thread
From: Zac Medico @ 2015-04-29 2:58 UTC (permalink / raw
To: gentoo-portage-dev; +Cc: Zac Medico
X-Gentoo-Bug: 428098
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=428098
---
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("")
--
2.3.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-portage-dev] [PATCH] _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098)
2015-04-29 2:58 [gentoo-portage-dev] [PATCH] _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098) Zac Medico
@ 2015-04-29 4:14 ` Brian Dolbec
0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2015-04-29 4:14 UTC (permalink / raw
To: gentoo-portage-dev
On Tue, 28 Apr 2015 19:58:51 -0700
Zac Medico <zmedico@gentoo.org> wrote:
> X-Gentoo-Bug: 428098
> X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=428098
> ---
> 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("")
Merge it please :)
--
Brian Dolbec <dolsen>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-29 4:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 2:58 [gentoo-portage-dev] [PATCH] _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098) Zac Medico
2015-04-29 4:14 ` Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox