$ grep QtSvg /usr/lib64/python3.5/site-packages/openshot_qt/windows/title_editor.py from PyQt5 import uic, QtSvg, QtGui Took my awhile to figure it out, as openshot swallows traceback by default...
Hi, sorry about that. Here's a patch: https://github.com/gentoo/gentoo/pull/1328.patch
commit 67c9a7cace5fc747929cf4444a1418452b32f8b4 (HEAD -> master) Author: Louis Sautier <sautier.louis@gmail.com> AuthorDate: Fri Apr 22 22:53:43 2016 +0200 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Mon Apr 25 13:01:56 2016 +0000 media-video/openshot: add missing dependency on dev-python/PyQt5[svg] Gentoo-Bug: https://bugs.gentoo.org/580862 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1328 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> media-video/openshot/openshot-2.0.7-r1.ebuild | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ media-video/openshot/openshot-2.0.7.ebuild | 55 ------------------------------------------------------- 2 files changed, 55 insertions(+), 55 deletions(-) create mode 100644 media-video/openshot/openshot-2.0.7-r1.ebuild delete mode 100644 media-video/openshot/openshot-2.0.7.ebuild