On 24/03/2016 20:14, James wrote: > Alan McKinnon <alan.mckinnon <at> gmail.com> writes: > >> What do you have for >> emerge --info | grep PYTHON > > > a ton of flags.... Here's the relevant part?:: > > PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" > > USE_PYTHON > > > I thought I read somewhere that this sort of bugger had been addressed > with EAPI-6, which the ebuild is? It could easily be me though, as > I have been noodling with python and ipython and billions other > little python codes....so no telling what I've buggered up. Still > all of the other python centric codes are happy, atm.
The solution is right there in the original output. The ebuild needs 3_4, you have 2_7. So set it in USE. -- Alan McKinnon [email protected]

