Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] emerge world problem with one package
Date: Sun, 26 Oct 2014 18:47:39
Message-Id: CAJ1xhMXr0kKpDh-=BDCt=tgNmyLzLda2Q4bxpWpf+yHLr6ABUQ@mail.gmail.com
In Reply to: [gentoo-user] emerge world problem with one package by Jacques Montier
1 On Sun, Oct 26, 2014 at 5:58 PM, Jacques Montier <jmontier@×××××.com> wrote:
2 > [ebuild rR ~] media-gfx/hugin-2014.0.0-r1 USE="python -debug -lapack
3 > -sift" LINGUAS="fr -cs -da -de -en_GB -es -eu -fi -hu -it -ja -nl -pl -pt_BR
4 > -ro -ru -sk -sv -zh_CN -zh_TW" PYTHON_SINGLE_TARGET="python2_7 (-python3_2)
5 > -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_3 (-python3_2)
6 > -python3_4" 0 kB
7 >
8 > I don't have any PYTHON_SINGLE_TARGET and PYTHON_TARGETS lines in make.conf.
9
10 Those are defined in your system profile:
11 grep -i '^python_[st].*' /usr/portage/profiles/base/make.defaults
12 PYTHON_TARGETS="python2_7 python3_3"
13 PYTHON_SINGLE_TARGET="python2_7"
14
15 See if this helps, http://forums.gentoo.org/viewtopic-t-949306.html.