@@ -, +, @@ for sys-apps/portage and some reverse dependencies. --- profiles/base/package.use | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) --- a/profiles/base/package.use +++ a/profiles/base/package.use @@ -1,6 +1,22 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Arfrever Frehtes Taifersar Arahesis (01 Mar 2017) +# Disable Python 2 for Portage and some reverse dependencies by default. +app-admin/webapp-config -python_targets_python2_7 +=app-portage/cpuid2cpuflags-1* -python_targets_python2_7 +app-portage/diffmask -python_targets_python2_7 +app-portage/flaggie -python_targets_python2_7 +app-portage/g-sorcery -python_targets_python2_7 +app-portage/gentoolkit -python_targets_python2_7 +app-portage/gentoolkit-dev -python_targets_python2_7 +app-portage/gentoopm -python_targets_python2_7 +app-portage/layman -python_targets_python2_7 +app-portage/portpeek -python_targets_python2_7 +app-portage/repoman -python_targets_python2_7 +dev-java/java-config -python_targets_python2_7 +sys-apps/portage -python_targets_python2_7 + # Only python3 supported dev-libs/libixion python_single_target_python3_4 dev-libs/liborcus python_single_target_python3_4 --