I can't merge dev-libs/gobject-introspection because python2_7 is apparently not enabled. However, I have both use and env set as follows: /etc/portage/package.env/gobject: dev-libs/gobject-introspection python2_7 /etc/portage/env/python2_7: PYTHON_TARGETS="python2_7" /etc/portage/package.use/gobject: dev-libs/gobject-introspection python-targets-python2_7 It's like portage can't even see anything except make.conf, which has PYTHON_TARGETS="python3_4"
> /etc/portage/package.env/gobject: dev-libs/gobject-introspection python2_7 nonsense > /etc/portage/env/python2_7: PYTHON_TARGETS="python" most likely as above > /etc/portage/package.use/gobject: dev-libs/gobject-introspection python-targets-python2_7 close, but not there yet - try 'python_targets_python2_7' portage is doing nothing, because GIGO
...got to remind self not to post when that pissed off... Only the first line is nonsense, the second would have worked, it the first was correct. On the other hand, the rest is correct.
What exactly is wrong with: /etc/portage/package.env/gobject: dev-libs/gobject-introspection python2_7 anyway?