commit: b8848d31a1f7aaf579e643b8044cbc61d70eb971 Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> AuthorDate: Sat Jun 15 21:20:27 2024 +0000 Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> CommitDate: Sat Jun 15 21:22:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8848d31
media-video/gpu-screen-recorder: update DESCRIPTION Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com> media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 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 bfea22b7d..ea25ff5c7 100644 --- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild +++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild @@ -7,7 +7,7 @@ inherit git-r3 meson EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder" -DESCRIPTION="A screen recorder that has minimal impact on system performance." +DESCRIPTION="A screen recorder that has minimal impact on system performance" HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder/about" LICENSE="GPL-3" SLOT="0" @@ -30,8 +30,8 @@ BDEPEND="${DEPEND}" src_configure() { local emesonargs=( - -Dsystemd=$(usex filecaps true none) - -Dcapabilities=$(usex systemd true none) + -Dsystemd=$(usex systemd true false) + -Dcapabilities=$(usex filecaps true false) ) meson_src_configure }
