Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/anki/
Date: Sun, 17 Nov 2019 18:51:56
Message-Id: 1574016699.41fc05a8d3ea6aee49bcff68ddce01151dec6a62.pesa@gentoo
1 commit: 41fc05a8d3ea6aee49bcff68ddce01151dec6a62
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 18:50:53 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 18:51:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fc05a8
7
8 app-misc/anki: be compatible with split PyQtWebEngine
9
10 Bug: https://bugs.gentoo.org/699306
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
13
14 app-misc/anki/anki-2.1.0_beta27.ebuild | 10 ++++++++--
15 app-misc/anki/anki-2.1.13.ebuild | 8 +++++++-
16 2 files changed, 15 insertions(+), 3 deletions(-)
17
18 diff --git a/app-misc/anki/anki-2.1.0_beta27.ebuild b/app-misc/anki/anki-2.1.0_beta27.ebuild
19 index a4c33685fa1..9c8bfdb780b 100644
20 --- a/app-misc/anki/anki-2.1.0_beta27.ebuild
21 +++ b/app-misc/anki/anki-2.1.0_beta27.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -22,7 +22,13 @@ IUSE="latex +recording +sound test"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="${PYTHON_DEPS}
32 - dev-python/PyQt5[gui,svg,webengine,widgets,${PYTHON_USEDEP}]
33 + || (
34 + (
35 + >=dev-python/PyQt5-5.12[gui,svg,widgets,${PYTHON_USEDEP}]
36 + dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
37 + )
38 + <dev-python/PyQt5-5.12[gui,svg,webengine,widgets,${PYTHON_USEDEP}]
39 + )
40 >=dev-python/httplib2-0.7.4[${PYTHON_USEDEP}]
41 dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
42 dev-python/decorator[${PYTHON_USEDEP}]
43
44 diff --git a/app-misc/anki/anki-2.1.13.ebuild b/app-misc/anki/anki-2.1.13.ebuild
45 index bb38a02500c..a9775f88b92 100644
46 --- a/app-misc/anki/anki-2.1.13.ebuild
47 +++ b/app-misc/anki/anki-2.1.13.ebuild
48 @@ -21,7 +21,13 @@ IUSE="latex +recording +sound test"
49 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50
51 RDEPEND="${PYTHON_DEPS}
52 - dev-python/PyQt5[gui,svg,webengine,widgets,${PYTHON_USEDEP}]
53 + || (
54 + (
55 + >=dev-python/PyQt5-5.12[gui,svg,widgets,${PYTHON_USEDEP}]
56 + dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
57 + )
58 + <dev-python/PyQt5-5.12[gui,svg,webengine,widgets,${PYTHON_USEDEP}]
59 + )
60 >=dev-python/httplib2-0.7.4[${PYTHON_USEDEP}]
61 dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
62 dev-python/decorator[${PYTHON_USEDEP}]