aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-30 11:38:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-30 11:38:30 +0200
commit7dc63245146cf70b850c01b4345efea54eafe734 (patch)
tree01bccb9311cd61f33367b89ae644b043486488db
parentkde-apps/marble: Rename USE=positioning -> geolocation (diff)
downloadkde-7dc63245146cf70b850c01b4345efea54eafe734.tar.gz
kde-7dc63245146cf70b850c01b4345efea54eafe734.tar.bz2
kde-7dc63245146cf70b850c01b4345efea54eafe734.zip
kde-frameworks/plasma: Add subslot operator on qtdeclarative
Upstream commit c1e432065ffcf24b2e3bcb6de7cb5cd5136482d7 Package-Manager: Portage-2.3.10, Repoman-2.3.3
-rw-r--r--kde-frameworks/plasma/plasma-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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)