Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539380 - app-editors/vim: should use PYTHON_SINGLE_TARGET instead of at-most-one-of
Summary: app-editors/vim: should use PYTHON_SINGLE_TARGET instead of at-most-one-of
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-08 21:32 UTC by Maciej Piechotka
Modified: 2015-02-09 00:21 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 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.