Created attachment 418356 [details] emerge --info As per: https://wiki.gentoo.org/wiki/Project:Python/python-r1#REQUIRED_USE It is presently mandatory that the user have PYTHON_TARGETS including python2_7, as having it unset results in: * No Python implementation selected for the build. Please add one * of the following values to your PYTHON_TARGETS (in make.conf): * * python2_7 * ERROR: x11-themes/fvwm-crystal-3.2.5::gentoo failed (install phase): * No supported Python implementation in PYTHON_TARGETS. * * Call stack: * ebuild.sh, line 133: Called src_install * environment, line 3083: Called python_replicate_script '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/bin/fvwm-crystal.apps' '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/bin/fvwm-crystal.wallpaper' '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/share/fvwm-crystal/fvwm/scripts/FvwmMPD/getprevdir.py' '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/share/fvwm-crystal/fvwm/scripts/FvwmMPD/stripnames.py' * environment, line 2951: Called python_foreach_impl '_python_replicate_script' * environment, line 2660: Called _python_obtain_impls * environment, line 457: Called _python_validate_useflags * environment, line 512: Called die * The specific snippet of code: * die "No supported Python implementation in PYTHON_TARGETS."
Created attachment 418728 [details, diff] 3.2.3 required_use patch
Created attachment 418730 [details, diff] 3.2.5 required_use patch Here is 1 patch per ebuild that should fix it.
commit f3e7fc1e1218924f1a69adf5762635a4ae4c03a3 Author: Ian Delaney <idella4@gentoo.org> Date: Wed Dec 9 19:08:01 2015 +0800 x11-themes/fvwm-crystal: add missed var REQUIRED_USE req'd for python-r1 Patch submitted by package's proxy maintainer via the gentoo bug Gentoo bug: #567334