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.
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.