python-utils-r1.eclass: Do not prefer Jython & PyPy over CPython
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Feb 2016 21:23:06 +0000 (22:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Feb 2016 21:27:31 +0000 (22:27 +0100)
commitab6a4a2f5347e69108ade31c06f750263d83c8b6
tree9118de7b6b7f60dd02c70ca3854fe4b77b5a0172
parente1eb6d22bab9c31d956c7f0b2142808c96cde914
python-utils-r1.eclass: Do not prefer Jython & PyPy over CPython

Fix _PYTHON_ALL_IMPLS to list Jython & PyPy before CPython versions,
therefore causing them not to be implicitly preferred over CPython.

The implementation reordering done in b284e54 ("reorder implementations
in semi-ascending order") has caused PyPy & Jython to be listed after
CPython. While seemingly it was more intuitive to list third-party
implementations after the reference one, it also implicitly caused them
to be preferred by python-exec.
eclass/python-utils-r1.eclass