app-accessibility/speech-dispatcher does not have python3_4 in the ebuild's PYTHON_COMPAT array. I manually created an ebuild that has PYTHON_COMPAT=( python3_2 python3_3 python3_4 ) set and have had no problems. Given the number of interpreter changes between python 3.3 and 3.4 are minimal (particularly third-party package breaking ones), I think this should be a safe change. Reproducible: Always Steps to Reproduce: N/A Actual Results: N/A Expected Results: N/A N/A
Fixed. Seems to work fine with Python 3.4 after some very light testing. Thanks.