commit: 0042661b8015d38ba088bca0435b1cdb3d5da6c9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 14:05:25 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 14:05:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0042661b
kde-frameworks/kauth: introduce temporary Qt subslot operator
Package-Manager: portage-2.3.0_rc1
kde-frameworks/kauth/kauth-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-9999.ebuild
b/kde-frameworks/kauth/kauth-9999.ebuild
index dde6e97..f387e58 100644
--- a/kde-frameworks/kauth/kauth-9999.ebuild
+++ b/kde-frameworks/kauth/kauth-9999.ebuild
@@ -12,9 +12,10 @@ 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)
+ $(add_qt_dep qtdbus '' '' '5=')
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
policykit? ( sys-auth/polkit-qt[qt5] )