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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-06-09 10:21 UTC by fcrvincent
Modified: 2024-07-31 09:24 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
Comment 1 Larry the Git Cow gentoo-dev 2024-07-31 09:24:19 UTC
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(-)