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 C3B7915808B for ; Sat, 12 Feb 2022 15:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48CA2E07F0; Sat, 12 Feb 2022 15:01:21 +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 2FDFAE07F0 for ; Sat, 12 Feb 2022 15:01:21 +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 28EB0342E9B for ; Sat, 12 Feb 2022 15:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E1332D3 for ; Sat, 12 Feb 2022 15:01:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644678023.218b141926c8556cc15736cb2dd0f17736583635.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.93.8-r2.ebuild media-gfx/blender/blender-3.0.1-r3.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 218b141926c8556cc15736cb2dd0f17736583635 X-VCS-Branch: master Date: Sat, 12 Feb 2022 15:01:18 +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: 50c820db-7cab-4fe8-baba-b82131d082cb X-Archives-Hash: 5bb2d8f7a529360a472b10eba0e0a774 commit: 218b141926c8556cc15736cb2dd0f17736583635 Author: Sam James gentoo org> AuthorDate: Sat Feb 12 15:00:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 12 15:00:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218b1419 media-gfx/blender: update dep bounds for OpenEXR 3 conversion (alembic) This helps to avoid pulling in versions which might've been linked against OpenEXR 2. Alembic is now adapted. Bug: https://bugs.gentoo.org/821247 Bug: https://bugs.gentoo.org/831357 Bug: https://bugs.gentoo.org/832862 Bug: https://bugs.gentoo.org/821202 Signed-off-by: Sam James gentoo.org> media-gfx/blender/blender-2.93.8-r2.ebuild | 2 +- media-gfx/blender/blender-3.0.1-r3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/blender/blender-2.93.8-r2.ebuild b/media-gfx/blender/blender-2.93.8-r2.ebuild index afa4e483ea96..91f10fa0ecec 100644 --- a/media-gfx/blender/blender-2.93.8-r2.ebuild +++ b/media-gfx/blender/blender-2.93.8-r2.ebuild @@ -61,7 +61,7 @@ RDEPEND="${PYTHON_DEPS} virtual/jpeg virtual/libintl virtual/opengl - alembic? ( >=media-gfx/alembic-1.7.12[boost(+),hdf(+)] ) + alembic? ( >=media-gfx/alembic-1.8.3-r2[boost(+),hdf(+)] ) collada? ( >=media-libs/opencollada-1.6.68 ) color-management? ( >=media-libs/opencolorio-2.1.1-r3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) diff --git a/media-gfx/blender/blender-3.0.1-r3.ebuild b/media-gfx/blender/blender-3.0.1-r3.ebuild index 723cd05d0854..ed6d2a645173 100644 --- a/media-gfx/blender/blender-3.0.1-r3.ebuild +++ b/media-gfx/blender/blender-3.0.1-r3.ebuild @@ -60,7 +60,7 @@ RDEPEND="${PYTHON_DEPS} virtual/jpeg virtual/libintl virtual/opengl - alembic? ( >=media-gfx/alembic-1.7.12[boost(+),hdf(+)] ) + alembic? ( >=media-gfx/alembic-1.8.3-r2[boost(+),hdf(+)] ) collada? ( >=media-libs/opencollada-1.6.68 ) color-management? ( >=media-libs/opencolorio-2.1.1-r3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= )