commit:     b9770f2b270cb78dee48b0beaf33a09b62e9496e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 18:58:04 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 18:58:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9770f2b

[kde-frameworks/kauth] Use correct package name.

Package-Manager: portage-2.2.20

 kde-frameworks/kauth/kauth-5.12.0.ebuild | 2 +-
 kde-frameworks/kauth/kauth-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kauth/kauth-5.12.0.ebuild 
b/kde-frameworks/kauth/kauth-5.12.0.ebuild
index d7aabe6..a7c84f0 100644
--- a/kde-frameworks/kauth/kauth-5.12.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.12.0.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_find_package policykit PolkitQt-1)
+               $(cmake-utils_use_find_package policykit PolkitQt5-1)
        )
 
        kde5_src_configure

diff --git a/kde-frameworks/kauth/kauth-9999.ebuild 
b/kde-frameworks/kauth/kauth-9999.ebuild
index dbf8df4..eff97d7 100644
--- a/kde-frameworks/kauth/kauth-9999.ebuild
+++ b/kde-frameworks/kauth/kauth-9999.ebuild
@@ -26,7 +26,7 @@ PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_find_package policykit PolkitQt-1)
+               $(cmake-utils_use_find_package policykit PolkitQt5-1)
        )
 
        kde5_src_configure

Reply via email to