From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6FEC15817D for ; Sat, 15 Jun 2024 21:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC661E2A57; Sat, 15 Jun 2024 21:23:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A696BE2A57 for ; Sat, 15 Jun 2024 21:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 893EB335C2E for ; Sat, 15 Jun 2024 21:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE8DE1CA4 for ; Sat, 15 Jun 2024 21:23:13 +0000 (UTC) From: "Dale Sweeney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dale Sweeney" Message-ID: <1718486558.b8848d31a1f7aaf579e643b8044cbc61d70eb971.agooglygooglr@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/gpu-screen-recorder/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild X-VCS-Directories: media-video/gpu-screen-recorder/ X-VCS-Committer: agooglygooglr X-VCS-Committer-Name: Dale Sweeney X-VCS-Revision: b8848d31a1f7aaf579e643b8044cbc61d70eb971 X-VCS-Branch: dev Date: Sat, 15 Jun 2024 21:23:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afc0b5f4-0e33-4a62-a6e8-05392938bac3 X-Archives-Hash: 84f003f733783af1ba107b17440f0394 commit: b8848d31a1f7aaf579e643b8044cbc61d70eb971 Author: Dale Sweeney gmail com> AuthorDate: Sat Jun 15 21:20:27 2024 +0000 Commit: Dale Sweeney gmail 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 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 }