summaryrefslogtreecommitdiff
path: root/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-08 17:27:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-08 17:27:18 +0200
commitab8092d6ff25829073d374ee74084ba51da72caf (patch)
tree4fa54e9294f7b90579aded0423a16aee782bbf60 /kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
parentf2cddb03f763aec1955c0e23a8d395a5e61fa783 (diff)
downloadkde-ab8092d6ff25829073d374ee74084ba51da72caf.tar.gz
kde-ab8092d6ff25829073d374ee74084ba51da72caf.tar.bz2
kde-ab8092d6ff25829073d374ee74084ba51da72caf.zip
kde-frameworks/kdeclarative: Introduce temporary Qt subslot operator
Upstream commit 0373754e61f0b0574f2265317f95f460ef5a9e29 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/kdeclarative/kdeclarative-9999.ebuild')
-rw-r--r--kde-frameworks/kdeclarative/kdeclarative-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
index 6670694c9c1..a882bc20ab2 100644
--- a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
+++ b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
@@ -11,6 +11,7 @@ LICENSE="LGPL-2+"
KEYWORDS=""
IUSE=""
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
@@ -22,7 +23,7 @@ DEPEND="
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtdeclarative '' '' '5=')
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)