commit:     7bb605e733b8406e3e5c566423a2a2b26f5f72ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 12:29:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 18:07:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7bb605e7

kde-frameworks/plasma: Drop obsolete slot op

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/kde-frameworks/plasma/plasma-9999.ebuild 
b/kde-frameworks/plasma/plasma-9999.ebuild
index 25cf595656..940b17e819 100644
--- a/kde-frameworks/plasma/plasma-9999.ebuild
+++ b/kde-frameworks/plasma/plasma-9999.ebuild
@@ -12,7 +12,6 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="gles2 wayland X"
 
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.9.0
 RDEPEND="
        $(add_frameworks_dep kactivities)
        $(add_frameworks_dep karchive)
@@ -33,7 +32,7 @@ RDEPEND="
        $(add_frameworks_dep kwindowsystem)
        $(add_frameworks_dep kxmlgui)
        $(add_qt_dep qtdbus)
-       $(add_qt_dep qtdeclarative '' '' '5=')
+       $(add_qt_dep qtdeclarative)
        $(add_qt_dep qtgui 'gles2=')
        $(add_qt_dep qtquickcontrols)
        $(add_qt_dep qtsql)

Reply via email to