commit: ab8092d6ff25829073d374ee74084ba51da72caf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 15:27:18 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 15:27:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab8092d6
kde-frameworks/kdeclarative: Introduce temporary Qt subslot operator
Upstream commit 0373754e61f0b0574f2265317f95f460ef5a9e29
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-frameworks/kdeclarative/kdeclarative-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
index 6670694c9c..a882bc20ab 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)