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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFE20158287 for ; Thu, 15 May 2025 09:35:59 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 98C11343755 for ; Thu, 15 May 2025 09:35:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 89DF711036D; Thu, 15 May 2025 09:35:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 80D3C11036D for ; Thu, 15 May 2025 09:35:58 +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 37C2F343755 for ; Thu, 15 May 2025 09:35:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 773F0FB9 for ; Thu, 15 May 2025 09:35:56 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1747301754.a2bcb08bfd33bb998c9eabeccc6d3a3dfb8d79a6.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/calf/calf-9999.ebuild X-VCS-Directories: media-plugins/calf/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a2bcb08bfd33bb998c9eabeccc6d3a3dfb8d79a6 X-VCS-Branch: master Date: Thu, 15 May 2025 09:35:56 +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: 9b27845f-d691-4b43-b097-5a5edea7c142 X-Archives-Hash: da92e97b7f5fd07b0f18a90a8e1e3b39 commit: a2bcb08bfd33bb998c9eabeccc6d3a3dfb8d79a6 Author: Miroslav Šulc gentoo org> AuthorDate: Thu May 15 09:35:43 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu May 15 09:35:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bcb08b media-plugins/calf: updated live ebuild Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/calf/calf-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-plugins/calf/calf-9999.ebuild b/media-plugins/calf/calf-9999.ebuild index 3594dd730429..e025c0c1b438 100644 --- a/media-plugins/calf/calf-9999.ebuild +++ b/media-plugins/calf/calf-9999.ebuild @@ -22,10 +22,6 @@ IUSE="cpu_flags_x86_sse experimental gtk jack lash lv2" REQUIRED_USE="jack? ( gtk )" -PATCHES=( - "${FILESDIR}/calf-0.90.6-docdir.patch" -) - BDEPEND=" virtual/pkgconfig " @@ -54,7 +50,6 @@ src_configure() { [[ $(tc-get-c-rtlib) = "compiler-rt" ]] && append-cxxflags "-fno-fast-math" local mycmakeargs=( - -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/ -DWANT_GUI=$(usex gtk) -DWANT_JACK=$(usex jack) -DWANT_LASH=$(usex lash)