On 11/03/2012 01:18:46 PM, Michael Mol wrote:
On Nov 3, 2012 4:33 AM, "Helmut Jarausch" <jarau...@igpm.rwth-aachen.de>
wrote:
>
> Hi,
>
> since some Python packages are still broken w.r.t. Python3 and still more
w.r.t. Python3.3, I'd like to disable
> installation of Python3 related files for same (but not all) packages.
>
> How can this be achieved?
>
> Many thanks for a hint,
> Helmut.
>

eselect python

^-- What you really want.

Set your default python version to 2.7, but you can still have 3.x
available for what needs it.


Thanks, I've done that.
Still many Python packages try to install for 2.7 AND 3.x.
If the second fails, the whole emerge fails.
I want to restrict some packages to only install for Python 2.7
I'll try to set PYTHON_TARGETS in /etc/portage/env/<Packagename>
and see if it helps.

Helmut.



Reply via email to