From: Andreas Sturmlechner Date: Mon, 9 Dec 2019 12:32:30 +0000 (+0100) Subject: x11-libs/snorenotify: Use cmake_use_find_package already X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=88d60992b1dda5665903226af2b9eccde11d54e6;p=gentoo.git x11-libs/snorenotify: Use cmake_use_find_package already Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild index 2b479bcaab97..7b4e5d1c7773 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