Gentoo Archives: gentoo-user

From: Burak Arslan <burak.arslan@××××××××××.tr>
To: gentoo-user@l.g.o
Subject: [gentoo-user] PYTHON_TARGETS issue
Date: Thu, 19 Sep 2013 09:19:09
Message-Id: 523AC185.7090207@arskom.com.tr
1 Hi,
2
3 When I try:
4
5 # emerge -uDNp world, I get this error:
6
7 !!! The ebuild selected to satisfy
8 ">=app-accessibility/speech-dispatcher-0.8:=" has unmet requirements.
9 - app-accessibility/speech-dispatcher-0.8-r2::gentoo USE="alsa espeak
10 python -ao -flite -nas -pulseaudio -static-libs"
11 PYTHON_TARGETS="-python3_2 -python3_3"
12
13 The following REQUIRED_USE flag constraints are unsatisfied:
14 python? ( any-of ( python_targets_python3_2 python_targets_python3_3 ) )
15
16 among other ones. But I have:
17
18 # emerge --info | egrep 'PYTHON_TARGETS="[^"]+"' -o
19 PYTHON_TARGETS="python2_7 python3_3"
20 PYTHON_TARGETS="python2_7 python3_3"
21
22 Any suggestions?
23
24 Best,
25 Burak