Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933866 - app-vim/vim-latex: won't emerge after upgrade to python12
Summary: app-vim/vim-latex: won't emerge after upgrade to python12
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-06-09 10:21 UTC by fcrvincent
Modified: 2024-06-09 12:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fcrvincent 2024-06-09 10:21:35 UTC
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