On 26/07/18 17:57, Grand Duet wrote:
Just now I have tried to manually set
PYTHON_TARGETS="python2_7 python3_6"
PYTHON_SINGLE_TARGET="python3_6"
in /etc/portage/make.conf and got the following error:
# emerge --update --deep --with-bdeps=y --newuse --backtrack=120 --ask world
These are the packages that would be merged, in order:
Calculating dependencies... done!
!!! The ebuild selected to satisfy "app-text/asciidoc" has unmet requirements.
- app-text/asciidoc-8.6.10::gentoo USE="-examples -graphviz -highlight
-test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="(-pypy) -python2_7"
PYTHON_TARGETS="python2_7 (-pypy)"
When setting PYTHON_SINGLE_TARGET in make.conf, some packages might
result in that error. That just means that for those packages, you need
to set the correct python USE flag. For asciidoc, I believe you need this:
app-text/asciidoc python_single_target_python2_7