app-vim/youcompleteme: fix installation problem.
authorarbitrary-dev <arbitrary-dev@users.noreply.github.com>
Mon, 16 Apr 2018 19:15:20 +0000 (22:15 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 17 Apr 2018 19:33:37 +0000 (21:33 +0200)
commit3f71fa44bf00b6943ce718940b92b32e5c55906f
tree74de174d3cb5c9939d5a69fd3746da5fba162486
parentf886de925e217caf57b3cbd96190e7a881ecc01f
app-vim/youcompleteme: fix installation problem.

Error:
rm: cannot remove 'third_party/ycmd/libclang.so': No such file or directory
 * ERROR: app-vim/youcompleteme-99999999::gentoo failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 124:  Called src_install
 *   environment, line 4440:  Called die
 * The specific snippet of code:
 *       rm third_party/ycmd/libclang.so || die;

Actually:
$ ls third_party/ycmd
...
libclang.so.5
libclang.so.5.0

Closes: https://github.com/gentoo/gentoo/pull/8028
app-vim/youcompleteme/youcompleteme-99999999.ebuild