From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3D0771582EF for ; Mon, 24 Feb 2025 21:40:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2745534307D for ; Mon, 24 Feb 2025 21:40:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 271121102F2; Mon, 24 Feb 2025 21:40: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 bobolink.gentoo.org (Postfix) with ESMTPS id 1BACD1102F2 for ; Mon, 24 Feb 2025 21:40:15 +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 1D6C534307D for ; Mon, 24 Feb 2025 21:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 771CB23EF for ; Mon, 24 Feb 2025 21:40:13 +0000 (UTC) From: "Adel KARA SLIMANE" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adel KARA SLIMANE" Message-ID: <1740433210.09e6df90197b5f0331351a9fbb5151a3da96715b.adel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-multi-rtmp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/obs-multi-rtmp/obs-multi-rtmp-9999.ebuild X-VCS-Directories: media-video/obs-multi-rtmp/ X-VCS-Committer: adel X-VCS-Committer-Name: Adel KARA SLIMANE X-VCS-Revision: 09e6df90197b5f0331351a9fbb5151a3da96715b X-VCS-Branch: dev Date: Mon, 24 Feb 2025 21:40: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: 9518415f-538a-4bce-bda8-14e14a656cbc X-Archives-Hash: 8fbd1df76d5c9578a7c571f2420471f7 commit: 09e6df90197b5f0331351a9fbb5151a3da96715b Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Mon Feb 24 21:38:29 2025 +0000 Commit: Adel KARA SLIMANE karaslimane com> CommitDate: Mon Feb 24 21:40:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09e6df90 media-video/obs-multi-rtmp-9999: do not use cmake patch anymore Fixed with commit 62396c where the official template has been pulled Signed-off-by: Adel KARA SLIMANE zegrapher.com> media-video/obs-multi-rtmp/obs-multi-rtmp-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-video/obs-multi-rtmp/obs-multi-rtmp-9999.ebuild b/media-video/obs-multi-rtmp/obs-multi-rtmp-9999.ebuild index 8c8f8852c..329689ad5 100644 --- a/media-video/obs-multi-rtmp/obs-multi-rtmp-9999.ebuild +++ b/media-video/obs-multi-rtmp/obs-multi-rtmp-9999.ebuild @@ -26,10 +26,6 @@ RDEPEND=" ${DEPEND} " -PATCHES=( - "${FILESDIR}/cmake.patch" -) - src_unpack() { default