In light of the recent news item about python-3.6 I set about switching and found that Hugin does not currently support python-3.6... PYTHON_COMPAT=( python{2_7,3_4,3_5} ) I've copied the ebuild locally and added 3_6 to the above line and hugin builds and it builds fine. Reproducible: Always Steps to Reproduce: 1. Update PYTHON_SINGLE_TARGET="python3_6" and PYTHON_TARGETS="python2_7 python3_6" 2. emerge -av =media-gfx/hugin-2018.0.0 Actual Results: ebuild fails as python dependencies are not met (apologies no longer have output to copy and paste) Expected Results: hugin should emerge
Created attachment 534218 [details] Modified ebuild with python3_6 requirement added.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd11aa5ac0f2e004da145ad52e49ef82c765f879 commit bd11aa5ac0f2e004da145ad52e49ef82c765f879 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2018-06-22 19:25:48 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2018-06-22 19:29:01 +0000 media-gfx/hugin: Add python-3.6 to allowed list Closes: https://bugs.gentoo.org/656948 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-gfx/hugin/hugin-2018.0.0.ebuild | 2 +- media-gfx/hugin/hugin-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)