commit: 7dc63245146cf70b850c01b4345efea54eafe734
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 09:38:30 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 09:38:30 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7dc63245
kde-frameworks/plasma: Add subslot operator on qtdeclarative
Upstream commit c1e432065ffcf24b2e3bcb6de7cb5cd5136482d7
Package-Manager: Portage-2.3.10, Repoman-2.3.3
kde-frameworks/plasma/plasma-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/plasma/plasma-9999.ebuild
b/kde-frameworks/plasma/plasma-9999.ebuild
index 8ed784351a..19476e9f75 100644
--- a/kde-frameworks/plasma/plasma-9999.ebuild
+++ b/kde-frameworks/plasma/plasma-9999.ebuild
@@ -12,6 +12,7 @@ LICENSE="LGPL-2+"
KEYWORDS=""
IUSE="gles2 wayland X"
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.9.0
RDEPEND="
$(add_frameworks_dep kactivities)
$(add_frameworks_dep karchive)
@@ -30,7 +31,7 @@ RDEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtdeclarative '' '' '5=')
$(add_qt_dep qtgui 'gles2=')
$(add_qt_dep qtquickcontrols)
$(add_qt_dep qtsql)