commit:     b7996bfe79c821a216ead93f233cf80b94ade3d2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 19:32:39 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 19:32:39 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b7996bfe

kde-misc/krusader: Drop obsolete slot op

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/krusader/krusader-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-misc/krusader/krusader-9999.ebuild 
b/kde-misc/krusader/krusader-9999.ebuild
index 4f47d52a03..f72e1c83f7 100644
--- a/kde-misc/krusader/krusader-9999.ebuild
+++ b/kde-misc/krusader/krusader-9999.ebuild
@@ -16,7 +16,6 @@ HOMEPAGE="https://krusader.org/";
 LICENSE="GPL-2+"
 IUSE=""
 
-# drop qtgui subslot operator when QT_MINIMAL >= 5.11.0
 COMMON_DEPEND="
        $(add_frameworks_dep karchive)
        $(add_frameworks_dep kbookmarks)
@@ -40,7 +39,7 @@ COMMON_DEPEND="
        $(add_frameworks_dep kxmlgui)
        $(add_frameworks_dep solid)
        $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui '' '' '5=')
+       $(add_qt_dep qtgui)
        $(add_qt_dep qtprintsupport)
        $(add_qt_dep qtwidgets)
        $(add_qt_dep qtxml)

Reply via email to