Gentoo Archives: gentoo-user

From: Ralph Seichter <m16+gentoo@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Setting PYTHON_TARGETS in make.conf is not supported?
Date: Thu, 26 Jul 2018 15:12:30
Message-Id: 4fd72d16-2216-99e1-1a76-a369767bc957@monksofcool.net
In Reply to: [gentoo-user] Setting PYTHON_TARGETS in make.conf is not supported? by Grand Duet
1 On 26.07.2018 16:57, Grand Duet wrote:
2
3 > PYTHON_TARGETS="python2_7 python3_6"
4 > PYTHON_SINGLE_TARGET="python3_6"
5 > [...]
6 > The ebuild selected to satisfy "app-text/asciidoc" has unmet requirements.
7 > The following REQUIRED_USE flag constraints are unsatisfied:
8 > exactly-one-of ( python_single_target_pypy python_single_target_python2_7 )
9 > [...]
10 > Does it mean that setting python targets in /etc/portage/make.conf is
11 > not supported any more?
12
13 No. It means what the message says says. app-text/asciidoc requires its
14 PYTHON_SINGLE_TARGET to be either PyPy exclusive or Python 2.7.
15
16 You cannot force an application to use Python 3.x if the maintainer
17 flagged the ebuild as incompatible with Python 3.x.
18
19 -Ralph