Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/
Date: Mon, 28 Oct 2019 23:57:03
Message-Id: 1572306975.55c08b8bbd9db626fb51b26f435a1e526398ddb2.asturm@gentoo
1 commit: 55c08b8bbd9db626fb51b26f435a1e526398ddb2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 23:56:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 23:56:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=55c08b8b
7
8 kde-frameworks/plasma: Add subslot operator on qtgui
9
10 Upstream commit b466a2a21116697d7edde1c46bbe7b358f77979c
11
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-frameworks/plasma/plasma-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild
19 index 02034285da..9707d9a30f 100644
20 --- a/kde-frameworks/plasma/plasma-9999.ebuild
21 +++ b/kde-frameworks/plasma/plasma-9999.ebuild
22 @@ -12,6 +12,7 @@ LICENSE="LGPL-2+"
23 KEYWORDS=""
24 IUSE="gles2 wayland X"
25
26 +# drop qtgui subslot operator when QT_MINIMAL >= 5.14.0
27 BDEPEND="
28 $(add_frameworks_dep kdoctools)
29 "
30 @@ -36,7 +37,7 @@ RDEPEND="
31 $(add_frameworks_dep kxmlgui)
32 $(add_qt_dep qtdbus)
33 $(add_qt_dep qtdeclarative)
34 - $(add_qt_dep qtgui 'gles2=')
35 + $(add_qt_dep qtgui 'gles2=' '' '5=')
36 $(add_qt_dep qtquickcontrols)
37 $(add_qt_dep qtsql)
38 $(add_qt_dep qtsvg)