commit: 3d1162bf65ae5d8063c40d9da8b6ec53ec120291
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 18:40:53 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 18:40:53 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d1162bf
kde-frameworks/kauth: Drop obsolete subslot operator
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-frameworks/kauth/kauth-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-frameworks/kauth/kauth-9999.ebuild
b/kde-frameworks/kauth/kauth-9999.ebuild
index 12fd8da0b0..1bf3fa83f5 100644
--- a/kde-frameworks/kauth/kauth-9999.ebuild
+++ b/kde-frameworks/kauth/kauth-9999.ebuild
@@ -11,10 +11,9 @@ LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE="nls +policykit"
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
RDEPEND="
$(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus '' '' '5=')
+ $(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
policykit? ( sys-auth/polkit-qt[qt5] )