Gentoo Archives: gentoo-user

From: Ralf <ralf+gentoo@×××××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] PYTHON_TARGET errors
Date: Fri, 17 Mar 2017 01:10:59
Message-Id: 14771e06-33cb-68d1-9b1a-b6d2842bd0ea@ramses-pyramidenbau.de
1 Hi,
2
3 so I just emerged some unrelated packages, and then the following
4 happened when trying to update my system:
5
6 !!! The ebuild selected to satisfy ">=app-editors/gedit-3.22.0" has
7 unmet requirements.
8 - app-editors/gedit-3.22.0::gentoo USE="introspection python spell -test
9 -vala" ABI_X86="64" PYTHON_SINGLE_TARGET="-python3_4 -python3_5"
10 PYTHON_TARGETS="python3_4 -python3_5"
11
12 The following REQUIRED_USE flag constraints are unsatisfied:
13 python? ( exactly-one-of ( python_single_target_python3_4
14 python_single_target_python3_5 ) )
15
16 The above constraints are a subset of the following complete expression:
17 python? ( introspection exactly-one-of (
18 python_single_target_python3_4 python_single_target_python3_5 )
19 python_single_target_python3_4? ( python_targets_python3_4 )
20 python_single_target_python3_5? ( python_targets_python3_5 ) )
21
22
23 So somehow PYTHON_TARGET and PYTHON_SINGLETARGET got screwed on my
24 system. I know how I could fix this for gedit only, but then other
25 packages begin complaining about the same issue as well.
26
27 Anything helps!
28
29 Cheers
30 Ralf

Replies

Subject Author
Re: [gentoo-user] PYTHON_TARGET errors Neil Bothwick <neil@××××.net>
Re: [gentoo-user] PYTHON_TARGET errors Walter Dnes <waltdnes@××××××××.org>
Re: [gentoo-user] [SOLVED] PYTHON_TARGET errors Ralf <ralf+gentoo@×××××××××××××××××××.de>