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 EDD3A158041 for ; Thu, 22 Feb 2024 18:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD4BE2A5E; Thu, 22 Feb 2024 18:07:02 +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 DF995E2A5E for ; Thu, 22 Feb 2024 18:07:01 +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 D428F34320A for ; Thu, 22 Feb 2024 18:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E369114F for ; Thu, 22 Feb 2024 18:06:59 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1708625182.b0d1800db5428be44319a8ad86ac2a38b8ac7b7b.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-streamfx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild X-VCS-Directories: media-video/obs-streamfx/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: b0d1800db5428be44319a8ad86ac2a38b8ac7b7b X-VCS-Branch: dev Date: Thu, 22 Feb 2024 18:06:59 +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: 663bf668-da5d-4c12-9b43-5f4c2741d5b6 X-Archives-Hash: f606489ff3442a9aa0d5587677ba5b0b commit: b0d1800db5428be44319a8ad86ac2a38b8ac7b7b Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Feb 22 18:06:22 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Thu Feb 22 18:06:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0d1800d media-video/obs-streamfx: use EGIT_COMMIT to use a tag Signed-off-by: Gonçalo Negrier Duarte gmail.com> media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild b/media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild index 0ac624011e..ca189fc08e 100644 --- a/media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild +++ b/media-video/obs-streamfx/obs-streamfx-0.12.0.9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="OBS® Studio plugin which adds many new effects." HOMEPAGE="https://github.com/Xaymar/obs-StreamFX" EGIT_REPO_URI="https://github.com/Xaymar/obs-StreamFX.git" -EGIT_BRANCH="${M_PV}" +EGIT_COMMIT="${M_PV}" # KEYWORDS="~amd64"