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 B9C60158004 for ; Fri, 27 Oct 2023 13:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F248F2BC029; Fri, 27 Oct 2023 13:59:13 +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 D10422BC029 for ; Fri, 27 Oct 2023 13:59:13 +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 DC6E9335C31 for ; Fri, 27 Oct 2023 13:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C7A712D2 for ; Fri, 27 Oct 2023 13:59:11 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1698415134.76978b982b12fd206bad2557a957a6ea629a4afc.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-3.6.5.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 76978b982b12fd206bad2557a957a6ea629a4afc X-VCS-Branch: master Date: Fri, 27 Oct 2023 13:59:11 +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: 7d8f47f3-cf66-4676-831a-1b193452247f X-Archives-Hash: 04edbf35880e0f4e4988acb8e4662c4b commit: 76978b982b12fd206bad2557a957a6ea629a4afc Author: Paul Zander gmail com> AuthorDate: Fri Oct 27 12:36:19 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Oct 27 13:58:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76978b98 media-gfx/blender: 3.6.5 drop ocio-2.3.0 patch Patch no longer needed since https://github.com/blender/blender/commit/f6558e3a233e19a06f8bbff6c26421db4b40d93e Closes: https://bugs.gentoo.org/916324 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33544 Signed-off-by: Florian Schmaus gentoo.org> media-gfx/blender/blender-3.6.5.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-gfx/blender/blender-3.6.5.ebuild b/media-gfx/blender/blender-3.6.5.ebuild index 666044f4f4ae..08a30c9d3d4a 100644 --- a/media-gfx/blender/blender-3.6.5.ebuild +++ b/media-gfx/blender/blender-3.6.5.ebuild @@ -138,10 +138,6 @@ BDEPEND=" ) " -PATCHES=( - "${FILESDIR}/${PN}-4.0.0-ocio-2.3.0.patch" -) - blender_check_requirements() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp