commit:     00d61595ddeb2fc049b0e9e67b55113820d52573
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 20:17:49 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 20:20:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d61595

kde-frameworks/knotifications: Drop obsolete subslot operator

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/knotifications/knotifications-5.37.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild 
b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
index 66584d3cce8..ac165c3bdce 100644
--- a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
@@ -11,14 +11,13 @@ LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 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] )

Reply via email to