commit: 50c8c7c4cf350eefdce502070db628841c944d9f Author: Guillaume Castagnino <casta <AT> xwing <DOT> info> AuthorDate: Wed Oct 9 17:27:18 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Oct 9 17:29:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c8c7c4
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 <AT> gentoo.org> app-text/calibre/{calibre-4.1.0.ebuild => calibre-4.1.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/calibre/calibre-4.1.0.ebuild b/app-text/calibre/calibre-4.1.0-r1.ebuild similarity index 98% rename from app-text/calibre/calibre-4.1.0.ebuild rename to app-text/calibre/calibre-4.1.0-r1.ebuild index dc7b6fb4792..a435558ef33 100644 --- a/app-text/calibre/calibre-4.1.0.ebuild +++ b/app-text/calibre/calibre-4.1.0-r1.ebuild @@ -65,7 +65,8 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}] >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] - >=dev-python/PyQt5-5.12[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}] + >=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}] + >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}] dev-python/regex[${PYTHON_USEDEP}] dev-qt/qtcore:5= dev-qt/qtdbus:5=
