Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Recent change in python - some packages are not happy
Date: Sun, 24 Jun 2018 14:14:59
Message-Id: pgo8sd$bb9$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Recent change in python - some packages are not happy by Marc Joliet
1 On 24/06/18 12:35, Marc Joliet wrote:
2 > See bug #656406. If you don't care for going back (like me), you can do the
3 > following (make.conf isn't enough because apparently that overrides, e.g.,
4 > asciidoc being forced to PYTHON_SINGLE_TARGET="python2_7"):
5 >
6 > % cat /etc/portage/profile/make.defaults
7 > PYTHON_TARGETS="python2_7 -python3_5 python3_6"
8 > PYTHON_SINGLE_TARGET="-python3_5 python3_6"
9
10 You just need:
11
12 app-text/asciidoc python_single_target_python2_7
13
14 in package.use.

Replies