commit: 14ccd4f3e5a37814226fda9e4d06073263bf0c2b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 5 13:06:06 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 5 13:36:38 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14ccd4f3
kde-frameworks/kdeclarative: Drop obsolete slot op
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdeclarative/kdeclarative-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
index e28f895c39..117c9aef96 100644
--- a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
+++ b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,6 @@ LICENSE="LGPL-2+"
KEYWORDS=""
IUSE=""
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.10.0
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
@@ -23,7 +22,7 @@ DEPEND="
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdeclarative '' '' '5=')
+ $(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)