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/qqc2-desktop-style/
Date: Thu, 29 Mar 2018 18:09:18
Message-Id: 1522346822.ac2de6d07d14cbecc542aa139f375be16b828d04.asturm@gentoo
1 commit: ac2de6d07d14cbecc542aa139f375be16b828d04
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 20 12:29:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 18:07:02 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac2de6d0
7
8 kde-frameworks/qqc2-desktop-style: Drop obsolete slot op
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
16 index 08ac0802a9..943757fdc9 100644
17 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
18 +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
19 @@ -11,12 +11,11 @@ KEYWORDS=""
20 LICENSE="|| ( GPL-2+ LGPL-3+ )"
21 IUSE=""
22
23 -# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
24 DEPEND="
25 $(add_frameworks_dep kconfigwidgets)
26 $(add_frameworks_dep kiconthemes)
27 $(add_frameworks_dep kirigami)
28 - $(add_qt_dep qtdeclarative '' '' '5=')
29 + $(add_qt_dep qtdeclarative)
30 $(add_qt_dep qtgui)
31 $(add_qt_dep qtwidgets)
32 "