Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 539380

Summary: app-editors/vim: should use PYTHON_SINGLE_TARGET instead of at-most-one-of
Product: Gentoo Linux Reporter: Maciej Piechotka <uzytkownik2>
Component: [OLD] UnspecifiedAssignee: Vim Maintainers <vim>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maciej Piechotka 2015-02-08 21:32:42 UTC
!!! The ebuild selected to satisfy "app-editors/vim" has unmet requirements.
- app-editors/vim-7.4.622::gentoo USE="X acl gpm nls perl python -cscope -debug -lua -luajit -minimal -racket -ruby (-selinux) -tcl -vim-pager" ABI_X86="64" PYTHON_TARGETS="python2_7 python3_3 python3_4"

  The following REQUIRED_USE flag constraints are unsatisfied:
    python? ( at-most-one-of ( python_targets_python3_3 python_targets_python3_4 ) )

It would be nicer if vim used PYTHON_SINGLE_TARGET instead of using at-most-one-of.
Comment 1 Tim Harder gentoo-dev 2015-02-09 00:21:31 UTC
Closing as won't fix, multiple implementation support was re-added for bug #537176 and this is incompatible with PYTHON_SINGLE_TARGET.