diff options
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r-- | kde-frameworks/kauth/kauth-5.64.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/kauth/kauth-5.64.0.ebuild b/kde-frameworks/kauth/kauth-5.64.0.ebuild index fbba76fa30dd..3ed2c9c33f0d 100644 --- a/kde-frameworks/kauth/kauth-5.64.0.ebuild +++ b/kde-frameworks/kauth/kauth-5.64.0.ebuild @@ -28,7 +28,7 @@ PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )" src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package policykit PolkitQt5-1) + $(cmake_use_find_package policykit PolkitQt5-1) ) ecm_src_configure |