Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Wed, 09 Oct 2019 17:32:16
Message-Id: 1570642199.50c8c7c4cf350eefdce502070db628841c944d9f.zmedico@gentoo
1 commit: 50c8c7c4cf350eefdce502070db628841c944d9f
2 Author: Guillaume Castagnino <casta <AT> xwing <DOT> info>
3 AuthorDate: Wed Oct 9 17:27:18 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 9 17:29:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c8c7c4
7
8 app-text/calibre: fix 4.1.0 PyQtWebEngine dep
9
10 As calibre has migrated from webkit to webengine, the PyQt dependency
11 must be updated. Calibre now needs the webengine python bindings,
12 not anymore webkit one. If not updated, the ebook reader part fail
13 to open with a python stack trace.
14
15 Closes: https://bugs.gentoo.org/697048
16 Package-Manager: Portage-2.3.76, Repoman-2.3.17
17 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
18
19 app-text/calibre/{calibre-4.1.0.ebuild => calibre-4.1.0-r1.ebuild} | 3 ++-
20 1 file changed, 2 insertions(+), 1 deletion(-)
21
22 diff --git a/app-text/calibre/calibre-4.1.0.ebuild b/app-text/calibre/calibre-4.1.0-r1.ebuild
23 similarity index 98%
24 rename from app-text/calibre/calibre-4.1.0.ebuild
25 rename to app-text/calibre/calibre-4.1.0-r1.ebuild
26 index dc7b6fb4792..a435558ef33 100644
27 --- a/app-text/calibre/calibre-4.1.0.ebuild
28 +++ b/app-text/calibre/calibre-4.1.0-r1.ebuild
29 @@ -65,7 +65,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
30 >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
31 >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
32 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
33 - >=dev-python/PyQt5-5.12[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
34 + >=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
35 + >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
36 dev-python/regex[${PYTHON_USEDEP}]
37 dev-qt/qtcore:5=
38 dev-qt/qtdbus:5=