1 |
commit: 46d22b38e64fffabec09919074c09d33c437925c |
2 |
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> |
3 |
AuthorDate: Thu Feb 1 19:22:49 2018 +0000 |
4 |
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> |
5 |
CommitDate: Thu Feb 1 19:22:49 2018 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d22b38 |
7 |
|
8 |
dev-python/PyQt5: raise qt deps |
9 |
|
10 |
Closes: https://bugs.gentoo.org/646210 |
11 |
Package-Manager: Portage-2.3.21, Repoman-2.3.6 |
12 |
|
13 |
dev-python/PyQt5/PyQt5-5.9.2.ebuild | 6 +++--- |
14 |
1 file changed, 3 insertions(+), 3 deletions(-) |
15 |
|
16 |
diff --git a/dev-python/PyQt5/PyQt5-5.9.2.ebuild b/dev-python/PyQt5/PyQt5-5.9.2.ebuild |
17 |
index da916939bf1..e465a1c6492 100644 |
18 |
--- a/dev-python/PyQt5/PyQt5-5.9.2.ebuild |
19 |
+++ b/dev-python/PyQt5/PyQt5-5.9.2.ebuild |
20 |
@@ -1,4 +1,4 @@ |
21 |
-# Copyright 1999-2017 Gentoo Foundation |
22 |
+# Copyright 1999-2018 Gentoo Foundation |
23 |
# Distributed under the terms of the GNU General Public License v2 |
24 |
|
25 |
EAPI=6 |
26 |
@@ -52,7 +52,7 @@ REQUIRED_USE=" |
27 |
" |
28 |
|
29 |
# Minimal supported version of Qt. |
30 |
-QT_PV="5.7.1:5" |
31 |
+QT_PV="5.9.3:5" |
32 |
|
33 |
RDEPEND=" |
34 |
${PYTHON_DEPS} |
35 |
@@ -81,7 +81,7 @@ RDEPEND=" |
36 |
testlib? ( >=dev-qt/qttest-${QT_PV} ) |
37 |
webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} ) |
38 |
webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets?] ) |
39 |
- webkit? ( >=dev-qt/qtwebkit-${QT_PV}[printsupport] ) |
40 |
+ webkit? ( >=dev-qt/qtwebkit-5.9:5[printsupport] ) |
41 |
websockets? ( >=dev-qt/qtwebsockets-${QT_PV} ) |
42 |
widgets? ( >=dev-qt/qtwidgets-${QT_PV} ) |
43 |
x11extras? ( >=dev-qt/qtx11extras-${QT_PV} ) |