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/knotifications/
Date: Tue, 07 Feb 2017 23:12:05
Message-Id: 1486509043.7e0951dac5627cbfd9aaab664508130252a2c493.asturm@gentoo
1 commit: 7e0951dac5627cbfd9aaab664508130252a2c493
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 23:10:43 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 23:10:43 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e0951da
7
8 kde-frameworks/knotifications: Introduce temporary Qt subslot operator
9
10 Package-Manager: portage-2.3.3
11
12 kde-frameworks/knotifications/knotifications-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
16 index b9eaaee..3ca9fe9 100644
17 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild
18 +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
19 @@ -12,13 +12,14 @@ LICENSE="LGPL-2.1+"
20 KEYWORDS=""
21 IUSE="dbus nls speech X"
22
23 +# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
24 RDEPEND="
25 $(add_frameworks_dep kcodecs)
26 $(add_frameworks_dep kconfig)
27 $(add_frameworks_dep kcoreaddons)
28 $(add_frameworks_dep kwindowsystem)
29 $(add_qt_dep qtdbus)
30 - $(add_qt_dep qtgui)
31 + $(add_qt_dep qtgui '' '' '5=')
32 $(add_qt_dep qtwidgets)
33 media-libs/phonon[qt5]
34 dbus? ( dev-libs/libdbusmenu-qt[qt5] )