diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-19 22:17:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-19 22:20:07 +0200 |
commit | b381d2d9afc96fc499c6e7e2af710c9ebbda5d30 (patch) | |
tree | 83e4a5993e0c11a3de9b14f35590fc957ebc9abb /kde-frameworks | |
parent | dev-util/kdevplatform: Drop old (diff) | |
download | gentoo-b381d2d9afc96fc499c6e7e2af710c9ebbda5d30.tar.gz gentoo-b381d2d9afc96fc499c6e7e2af710c9ebbda5d30.tar.bz2 gentoo-b381d2d9afc96fc499c6e7e2af710c9ebbda5d30.zip |
kde-frameworks/kauth: Drop obsolete subslot operator
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kauth/kauth-5.37.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kde-frameworks/kauth/kauth-5.37.0.ebuild b/kde-frameworks/kauth/kauth-5.37.0.ebuild index db59069980b8..0b7ce29ed9ce 100644 --- a/kde-frameworks/kauth/kauth-5.37.0.ebuild +++ b/kde-frameworks/kauth/kauth-5.37.0.ebuild @@ -11,10 +11,9 @@ LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~arm ~arm64 ~x86" 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] ) |