On 26.07.2018 16:57, Grand Duet wrote: > PYTHON_TARGETS="python2_7 python3_6" > PYTHON_SINGLE_TARGET="python3_6" > [...] > The ebuild selected to satisfy "app-text/asciidoc" has unmet requirements. > The following REQUIRED_USE flag constraints are unsatisfied: > exactly-one-of ( python_single_target_pypy python_single_target_python2_7 ) > [...] > Does it mean that setting python targets in /etc/portage/make.conf is > not supported any more?
No. It means what the message says says. app-text/asciidoc requires its PYTHON_SINGLE_TARGET to be either PyPy exclusive or Python 2.7. You cannot force an application to use Python 3.x if the maintainer flagged the ebuild as incompatible with Python 3.x. -Ralph