On Thu, 24 Mar 2016 18:14:39 +0000 (UTC) James <[email protected]> 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" You have PYTHON_SINGLE_TARGET="python2_7" but the ebuild requires it to be either python3_4 or python3_5. You can set it in package.use with media-video/openshot python_single_target_python3_4

