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-plasma/kwin/
Date: Tue, 07 Feb 2017 23:12:05
Message-Id: 1486508683.e00117486e5df2a33a0bd5ebad00bc38af0fad15.asturm@gentoo
1 commit: e00117486e5df2a33a0bd5ebad00bc38af0fad15
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 22:48:59 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 23:04:43 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0011748
7
8 kde-plasma/kwin: Drop subslot operator
9
10 Obsolete by QT_MINIMAL=5.7.1
11
12 Package-Manager: portage-2.3.3
13
14 kde-plasma/kwin/kwin-9999.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild
18 index 6dd5656..420523d 100644
19 --- a/kde-plasma/kwin/kwin-9999.ebuild
20 +++ b/kde-plasma/kwin/kwin-9999.ebuild
21 @@ -14,7 +14,6 @@ LICENSE="GPL-2+"
22 KEYWORDS=""
23 IUSE="gles2 multimedia"
24
25 -# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0
26 COMMON_DEPEND="
27 $(add_frameworks_dep kactivities)
28 $(add_frameworks_dep kauth)
29 @@ -43,7 +42,7 @@ COMMON_DEPEND="
30 $(add_plasma_dep breeze)
31 $(add_plasma_dep kdecoration)
32 $(add_plasma_dep kscreenlocker)
33 - $(add_qt_dep qtcore '' '' '5=')
34 + $(add_qt_dep qtcore)
35 $(add_qt_dep qtdbus)
36 $(add_qt_dep qtdeclarative)
37 $(add_qt_dep qtgui 'gles2=')