Re: [gentoo-portage-dev] [PATCH] _unmerge_dirs: revisit parents of removed symlinks (bug 640058)

2018-07-14 Thread Zac Medico
On 07/14/2018 08:31 AM, Brian Dolbec wrote: > On Thu, 12 Jul 2018 21:09:46 -0700 > Zac Medico wrote: > >> When removal of a symlink is triggered by removal of the directory >> that it points to, revisit the parent directories of the symlink. >> >> Bug: https://bugs.gentoo.org/640058 >> --- >>

Re: [gentoo-portage-dev] [PATCH] _unmerge_dirs: revisit parents of removed symlinks (bug 640058)

2018-07-14 Thread Brian Dolbec
On Thu, 12 Jul 2018 21:09:46 -0700 Zac Medico wrote: > When removal of a symlink is triggered by removal of the directory > that it points to, revisit the parent directories of the symlink. > > Bug: https://bugs.gentoo.org/640058 > --- > pym/portage/dbapi/vartree.py | 23

[gentoo-portage-dev] [PATCH] _unmerge_dirs: revisit parents of removed symlinks (bug 640058)

2018-07-12 Thread Zac Medico
When removal of a symlink is triggered by removal of the directory that it points to, revisit the parent directories of the symlink. Bug: https://bugs.gentoo.org/640058 --- pym/portage/dbapi/vartree.py | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git