commit: d1c26f2b37d721ef695385fbbc911ae7553a83fa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 18:41:19 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 18:41:19 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1c26f2b
kde-frameworks/knotifications: Drop obsolete subslot operator
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-frameworks/knotifications/knotifications-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild
b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 7a5a468af3..772bab3286 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -11,14 +11,13 @@ 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 '' '' '5=')
+ $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )