commit:     7e0951dac5627cbfd9aaab664508130252a2c493
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 23:10:43 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 23:10:43 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e0951da

kde-frameworks/knotifications: Introduce temporary Qt subslot operator

Package-Manager: portage-2.3.3

 kde-frameworks/knotifications/knotifications-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild 
b/kde-frameworks/knotifications/knotifications-9999.ebuild
index b9eaaee..3ca9fe9 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -12,13 +12,14 @@ LICENSE="LGPL-2.1+"
 KEYWORDS=""
 IUSE="dbus nls speech X"
 
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
 RDEPEND="
        $(add_frameworks_dep kcodecs)
        $(add_frameworks_dep kconfig)
        $(add_frameworks_dep kcoreaddons)
        $(add_frameworks_dep kwindowsystem)
        $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
+       $(add_qt_dep qtgui '' '' '5=')
        $(add_qt_dep qtwidgets)
        media-libs/phonon[qt5]
        dbus? ( dev-libs/libdbusmenu-qt[qt5] )

Reply via email to