Created attachment 332908 [details, diff] Patch for the live ebuilds As far as I can see, this is all that needs to be done. As you can guess, I haven't tested it ;). If you have any questions, feel free to ask.
Thanks Michal Only one question, for the old ebuilds it can be built only against ONE version at a time, you cant provide it for py2.6 py2.7 at a time, is that possible to do somehow?
(In reply to comment #1) > Thanks Michal > > Only one question, for the old ebuilds it can be built only against ONE > version at a time, you cant provide it for py2.6 py2.7 at a time, is that > possible to do somehow? That's exactly what python-single-r1 eclass does. You choose it via PYTHON_SINGLE_TARGET, and python-single-r1_pkg_setup reads that choice.
In cvs, thanks a lot Michal.