commit:     869583da0119f0ecaca1e662567e61aee3bc9b2c
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Sun Jun 16 06:19:41 2024 +0000
Commit:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Sun Jun 16 06:19:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=869583da

media-video/gpu-screen-recorder: Use `meson_use` over `usex` in ebuild

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

 media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild 
b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
index ea25ff5c7..b961545af 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
@@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
 
 src_configure() {
        local emesonargs=(
-               -Dsystemd=$(usex systemd true false)
-               -Dcapabilities=$(usex filecaps true false)
+               -Dsystemd=$(meson_use systemd)
+               -Dcapabilities=$(meson_use filecaps)
        )
        meson_src_configure
 }

Reply via email to