emerge -pv app-vim/vim-latex results in: !!! The ebuild selected to satisfy "vim-latex" has unmet requirements. - app-vim/vim-latex-1.10.0-r2::gentoo USE="" ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python3_10 -python3_11" The following REQUIRED_USE flag constraints are unsatisfied: exactly-one-of ( python_single_target_python3_10 python_single_target_python3_11 ) eselect python list gives: Available Python interpreters, in order of preference: [1] python3.12 [2] python3.11 (fallback) [3] python3.10 (fallback) Please fix the ebuilt that still has: PYTHON_COMPAT=( python3_{10..11} ) I suppose it should be: PYTHON_COMPAT=( python3_{10..12} ) Thanks
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d9fe6c0aac53914b39010104540f5bb533624b commit 39d9fe6c0aac53914b39010104540f5bb533624b Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2024-07-31 09:17:13 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2024-07-31 09:23:10 +0000 app-vim/vim-latex: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/933866 Signed-off-by: Pacho Ramos <pacho@gentoo.org> app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)