diff options
-rw-r--r-- | x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 |
1 files 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 |