From 88d60992b1dda5665903226af2b9eccde11d54e6 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 9 Dec 2019 13:32:30 +0100 Subject: [PATCH] x11-libs/snorenotify: Use cmake_use_find_package already Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- 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 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 -- 2.26.2