commit:     88d60992b1dda5665903226af2b9eccde11d54e6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 12:32:30 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 12:32:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d60992

x11-libs/snorenotify: Use cmake_use_find_package already

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild 
b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index 2b479bcaab9..7b4e5d1c777 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -44,8 +44,8 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_find_package sound Qt5Multimedia)
-               $(cmake-utils_use_find_package test Qt5Test)
+               $(cmake_use_find_package sound Qt5Multimedia)
+               $(cmake_use_find_package test Qt5Test)
        )
 
        ecm_src_configure

Reply via email to