-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'd thought that the new eclass was designed to ensure that if you asked
for USE="python" it was built for as many different python ABIs as was
installed on your system (so python2 and python3 if they're both
installed). I believe it's possible to ask
On 19-08-2010 17:00:17 +, Jim Ramsay wrote:
> Any other suggestions or comments on these two?
Maybe automagically enable it based on what's installed, kinda like what
python packages do these days? I guess it translates into: vim now has
SUPPORT_PYTHON_ABIS="2.* 3.*" or something.
--
Fabia
With the advent of vim-7.3 that I just threw at the tree, we now
have optional python-3 support for this package. But how to
model this in USE flags?
The upstream ./configure has --enable-pythoninterp and
--enable-python3interp, the former for python2 support (via the
vim ':py' command) and the l