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: Tue, 05 Oct 2021 04:58:09
Message-Id: 1633409879.fd9d73b28e96631a98b505ac084180d0b1d6382a.zmedico@gentoo
1 commit: fd9d73b28e96631a98b505ac084180d0b1d6382a
2 Author: Cecil Curry <leycec <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 5 04:56:21 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 04:57:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9d73b2
7
8 app-text/calibre: Require latest PyQtWebEngine
9
10 Bug: https://bugs.gentoo.org/793986#c24
11 Package-Manager: Portage-3.0.26, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-text/calibre/calibre-5.25.0-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-text/calibre/calibre-5.25.0-r2.ebuild b/app-text/calibre/calibre-5.25.0-r2.ebuild
18 index 475b78a4790..40fa50fcc40 100644
19 --- a/app-text/calibre/calibre-5.25.0-r2.ebuild
20 +++ b/app-text/calibre/calibre-5.25.0-r2.ebuild
21 @@ -72,7 +72,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
22 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
23 >=dev-python/PyQt5-5.15.5_pre2107091435[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
24 >=dev-python/PyQt-builder-1.10.3[${PYTHON_USEDEP}]
25 - >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
26 + >=dev-python/PyQtWebEngine-5.15.5_pre2108100905[${PYTHON_USEDEP}]
27 dev-python/regex[${PYTHON_USEDEP}]
28 dev-python/zeroconf[${PYTHON_USEDEP}]
29 ')