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 06F78159C9B for ; Tue, 6 Aug 2024 13:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17AD3E2BA7; Tue, 6 Aug 2024 13:27:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAB01E2BA7 for ; Tue, 6 Aug 2024 13:27:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1256340CC9 for ; Tue, 6 Aug 2024 13:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D3831B9A for ; Tue, 6 Aug 2024 13:27:26 +0000 (UTC) From: "Mattéo Rossillol‑‑Laruelle" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mattéo Rossillol‑‑Laruelle" Message-ID: <1722950772.0d1271c68a1ae983510d447162e590a570fa4759.beatussum@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/finalcut/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/finalcut/finalcut-9999.ebuild X-VCS-Directories: dev-cpp/finalcut/ X-VCS-Committer: beatussum X-VCS-Committer-Name: Mattéo Rossillol‑‑Laruelle X-VCS-Revision: 0d1271c68a1ae983510d447162e590a570fa4759 X-VCS-Branch: dev Date: Tue, 6 Aug 2024 13:27:26 +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: ec36f6db-0ac1-4dfe-8172-9193fa49c279 X-Archives-Hash: af997b3620ee05c7a4fd879c5151ddd5 commit: 0d1271c68a1ae983510d447162e590a570fa4759 Author: Mattéo Rossillol‑‑Laruelle protonmail com> AuthorDate: Tue Aug 6 13:26:12 2024 +0000 Commit: Mattéo Rossillol‑‑Laruelle protonmail com> CommitDate: Tue Aug 6 13:26:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d1271c6 dev-cpp/finalcut: fix bad subslot for live ebuild See-also: https://github.com/gansm/finalcut/blob/main/configure.ac#L86 Signed-off-by: Mattéo Rossillol‑‑Laruelle protonmail.com> dev-cpp/finalcut/finalcut-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/finalcut/finalcut-9999.ebuild b/dev-cpp/finalcut/finalcut-9999.ebuild index 9ad7ecdd3..7999240dd 100644 --- a/dev-cpp/finalcut/finalcut-9999.ebuild +++ b/dev-cpp/finalcut/finalcut-9999.ebuild @@ -17,7 +17,7 @@ else fi LICENSE="LGPL-3+" -SLOT="0/${PV}" +SLOT="0/0.9.0" IUSE="doc examples +gpm test" REQUIRED_USE="test? ( !examples )" RESTRICT="!test? ( test )"