Created attachment 592272 [details, diff] calibre-4.1.0-webengine-dep-fix.patch As calibre has migrated from webkit to webengine, the PyQt dependency must be updated. Calibre now needs the webengine python bindings, not anymore webkit one. If not updated, the ebook reader part fail to open with a python stack trace. Here is a patch to fix the dependencies
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c8c7c4cf350eefdce502070db628841c944d9f commit 50c8c7c4cf350eefdce502070db628841c944d9f Author: Guillaume Castagnino <casta@xwing.info> AuthorDate: 2019-10-09 17:27:18 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2019-10-09 17:29:59 +0000 app-text/calibre: fix 4.1.0 PyQtWebEngine dep As calibre has migrated from webkit to webengine, the PyQt dependency must be updated. Calibre now needs the webengine python bindings, not anymore webkit one. If not updated, the ebook reader part fail to open with a python stack trace. Closes: https://bugs.gentoo.org/697048 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-text/calibre/{calibre-4.1.0.ebuild => calibre-4.1.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks!