Tatsh / tatsh-overlay

Personal Gentoo Portage overlay.
https://tatsh.github.io/tatsh-overlay/
GNU General Public License v2.0
35 stars 12 forks source link

dev-util/ycmd: Line 45 might not needed #96

Closed Universebenzene closed 3 years ago

Universebenzene commented 3 years ago

At L45 of the ebuild file, you limit the python version as python3.8. This makes the package doesn't work with python3.9 target (I updated the global python targets recently and ycm gives module ycm_core not found). I tried removing this line and built it with py3.9 target, then it works well. So I think this line can be removed.