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 BF80015817D for ; Thu, 13 Jun 2024 19:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C754E2A67; Thu, 13 Jun 2024 19:21:20 +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 B14B8E2A67 for ; Thu, 13 Jun 2024 19:21:19 +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 A79BE335DC5 for ; Thu, 13 Jun 2024 19:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16CD011DF for ; Thu, 13 Jun 2024 19:21:17 +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: <1718306429.b9ec7dce305c42da6583f5b72ece94bd436f0da9.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: b9ec7dce305c42da6583f5b72ece94bd436f0da9 X-VCS-Branch: dev Date: Thu, 13 Jun 2024 19:21:17 +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: 7711e709-fa6d-46a8-9cc1-fad3c6c5a336 X-Archives-Hash: 9435148a58c8d350f73be62d7e127074 commit: b9ec7dce305c42da6583f5b72ece94bd436f0da9 Author: Dale Sweeney gmail com> AuthorDate: Thu Jun 13 19:20:29 2024 +0000 Commit: Dale Sweeney gmail com> CommitDate: Thu Jun 13 19:20:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ec7dce media-video/gpu-screen-recorder: update DESCRIPTION Signed-off-by: Dale Sweeney 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 b21923756..bfea22b7d 100644 --- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild +++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild @@ -3,11 +3,11 @@ EAPI=8 -inherit meson git-r3 +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, similar to shadowplay on Windows." +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"