Currently depends on lldb-9.
https://youtrack.jetbrains.com/issue/KT-41716
lldb 9 is only PYTHON_COMPAT=( python3_{6,7} ) so idea-community is blocking me to upload today. Can somebody take a look of this bug? ----------- !!! The ebuild selected to satisfy "=dev-util/lldb-9*" has unmet requirements. - dev-util/lldb-9.0.1-r1::gentoo USE="ncurses python -libedit -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python3_6 -python3_7" The following REQUIRED_USE flag constraints are unsatisfied: exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 ) (dependency required by "dev-util/idea-community-2020.2.1.202.6948.69::gentoo" [installed]) (dependency required by "@selected" [set]) (dependency required by "@world" [argument])
I made a local ebuild changing lldb with this line: PYTHON_COMPAT=( python3_{6..9} ) and I think it fix the problem but I not sure if that is a right solution... Do I need to open a new ticket for lldb-9.0.1-r2.ebuild with that change? I dont know what I am doing. BTW, I am a java developer and I dont want to uninstall idea-community because I use it a lot. Thanks in advance.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0901302bdd3b40f6012a96618e393d0bbeb8a632 commit 0901302bdd3b40f6012a96618e393d0bbeb8a632 Author: Mike Pagano <mpagano@gentoo.org> AuthorDate: 2020-12-08 18:47:53 +0000 Commit: Mike Pagano <mpagano@gentoo.org> CommitDate: 2020-12-08 18:47:53 +0000 dev-util/idea-community: Update lldb dependency to v10. Remove old. Closes: https://bugs.gentoo.org/735756 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Mike Pagano <mpagano@gentoo.org> dev-util/idea-community/Manifest | 4 - .../idea-community-2020.2.4.202.8194.7.ebuild | 142 --------------------- ...idea-community-2020.3.0.203.5981.155-r1.ebuild} | 4 +- dev-util/idea-community/metadata.xml | 4 - 4 files changed, 2 insertions(+), 152 deletions(-)
thank you very much! :)