summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-09 13:32:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-09 13:32:30 +0100
commit88d60992b1dda5665903226af2b9eccde11d54e6 (patch)
tree4a600750f41204e9531b704edd4089897cde0bbb /x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
parentmedia-sound/whipper: bump version to 0.9.0 (diff)
downloadgentoo-88d60992b1dda5665903226af2b9eccde11d54e6.tar.gz
gentoo-88d60992b1dda5665903226af2b9eccde11d54e6.tar.bz2
gentoo-88d60992b1dda5665903226af2b9eccde11d54e6.zip
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@gentoo.org>
Diffstat (limited to 'x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild')
-rw-r--r--x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild4
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