Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PYTHON_SINGLE_TARGET
Date: Tue, 12 Mar 2013 15:37:52
Message-Id: 1363102662.7116.0@numa-i
In Reply to: [gentoo-user] PYTHON_SINGLE_TARGET by Helmut Jarausch
1 On 03/12/2013 03:55:06 PM, Helmut Jarausch wrote:
2 > Hi,
3 >
4 > suddenly emerging some packages like app-office/libreoffice or
5 > media-gfx/blender fail due to
6 >
7 > No Python implementation selected for the build. Please set
8 > * the PYTHON_SINGLE_TARGET variable in your make.conf to one
9 > * of the following values:
10 > *
11 > * python2_7 python3_3
12 >
13 >
14 > but in /etc/portage/make.conf (there is no /etc/make.conf anymore)
15 > I have
16 >
17 >
18 > USE_PYTHON="2.7 3.3"
19 > PYTHON_TARGETS="python2_7 python3_3"
20 > PYTHON_SINGLE_TARGET="python3_3"
21 >
22 >
23 > What am I missing?
24 >
25
26 Sorry, I didn't search the web long enough.
27 It looks like the devs have reintroduced a USE MASK for Python3_3
28
29 Here is the old message (2 years old) which is in effect again:
30 https://forums.gentoo.org/viewtopic-p-6596639.html?sid=bf9c099c72029cd3b9c1dd7efd3a2635
31
32 How can I find out what has been changed during a profile update?
33
34 Helmut.