Currently app-vim/locateopen depends on slocate or rlocate, but not the mlocate (which provides the same functionality, relatively fast and emerges perfectly on amd64 (in opposite to rlocate)). Reproducible: Always Steps to Reproduce: 1. emerge sys-apps/mlocate 2. emerge -pv app-vim/locateopen Actual Results: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] sys-apps/slocate-3.1-r1 0 kB [ebuild N ] app-vim/locateopen-1.3 0 kB [blocks B ] sys-apps/slocate (is blocking sys-apps/mlocate-0.19) Total: 2 packages (2 new, 0 reinstall, 1 block), Size of downloads: 0 kB Expected Results: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] app-vim/locateopen-1.3 0 kB Total: 2 packages (1 new, 0 reinstall, 0 block), Size of downloads: 0 kB proposed patch for ebuild is in the attachment
*** Bug 213834 has been marked as a duplicate of this bug. ***
Created attachment 146574 [details, diff] locateopen-1.3.ebuild.patch proposed patch against locateopen-1.3.ebuild
Changed, thanks for the proposal