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/kdeclarative/
Date: Sat, 08 Apr 2017 15:33:34
Message-Id: 1491665238.ab8092d6ff25829073d374ee74084ba51da72caf.asturm@gentoo
1 commit: ab8092d6ff25829073d374ee74084ba51da72caf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 8 15:27:18 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 15:27:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab8092d6
7
8 kde-frameworks/kdeclarative: Introduce temporary Qt subslot operator
9
10 Upstream commit 0373754e61f0b0574f2265317f95f460ef5a9e29
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 kde-frameworks/kdeclarative/kdeclarative-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
18 index 6670694c9c..a882bc20ab 100644
19 --- a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
20 +++ b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
21 @@ -11,6 +11,7 @@ LICENSE="LGPL-2+"
22 KEYWORDS=""
23 IUSE=""
24
25 +# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
26 DEPEND="
27 $(add_frameworks_dep kconfig)
28 $(add_frameworks_dep kcoreaddons)
29 @@ -22,7 +23,7 @@ DEPEND="
30 $(add_frameworks_dep kservice)
31 $(add_frameworks_dep kwidgetsaddons)
32 $(add_frameworks_dep kwindowsystem)
33 - $(add_qt_dep qtdeclarative)
34 + $(add_qt_dep qtdeclarative '' '' '5=')
35 $(add_qt_dep qtgui)
36 $(add_qt_dep qtnetwork)
37 $(add_qt_dep qtwidgets)