From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E4F1139573 for ; Wed, 9 Oct 2019 17:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56C35E07F9; Wed, 9 Oct 2019 17:32:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42500E07F9 for ; Wed, 9 Oct 2019 17:32:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFD5E34BABD for ; Wed, 9 Oct 2019 17:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 622B37FF for ; Wed, 9 Oct 2019 17:32:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1570642199.50c8c7c4cf350eefdce502070db628841c944d9f.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-4.1.0-r1.ebuild app-text/calibre/calibre-4.1.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 50c8c7c4cf350eefdce502070db628841c944d9f X-VCS-Branch: master Date: Wed, 9 Oct 2019 17:32:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75385aa1-fa36-455c-b3d3-df904d0ab555 X-Archives-Hash: 84748dfa61fa4a8fa072dba8e38b940e commit: 50c8c7c4cf350eefdce502070db628841c944d9f Author: Guillaume Castagnino xwing info> AuthorDate: Wed Oct 9 17:27:18 2019 +0000 Commit: Zac Medico gentoo 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 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=