app-misc/anki: depends on dev-python/PyQt5[webengine,widgets]
authorHector Martin <marcan@marcan.st>
Thu, 8 Feb 2018 18:32:33 +0000 (03:32 +0900)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 1 Mar 2018 12:54:52 +0000 (13:54 +0100)
Bug: https://bugs.gentoo.org/641966
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7127

app-misc/anki/anki-2.1.0_beta27.ebuild

index 470db2ae7ad854115089577b8828ab1405f0e2ff..a4c33685fa1ee159ba516929b0c062bc649a0868 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ IUSE="latex +recording +sound test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-python/PyQt5[gui,svg,webkit,${PYTHON_USEDEP}]
+       dev-python/PyQt5[gui,svg,webengine,widgets,${PYTHON_USEDEP}]
        >=dev-python/httplib2-0.7.4[${PYTHON_USEDEP}]
        dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
        dev-python/decorator[${PYTHON_USEDEP}]