From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1369423-garchives=archives.gentoo.org@lists.gentoo.org> 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 4438815808C for <garchives@archives.gentoo.org>; Sun, 20 Feb 2022 04:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C82E07E2; Sun, 20 Feb 2022 04:45:52 +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 pigeon.gentoo.org (Postfix) with ESMTPS id DB9BBE07E2 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 04:45:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C568343752 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 04:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B99AD2E0 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 04:45:48 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1645332010.f15dcd789e2b2e0a8a113dd9de4355ba7423d64f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openimageio/openimageio-2.3.12.0-r2.ebuild media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild X-VCS-Directories: media-libs/openimageio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f15dcd789e2b2e0a8a113dd9de4355ba7423d64f X-VCS-Branch: master Date: Sun, 20 Feb 2022 04:45:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be322895-9ffd-458e-87af-855e767565b7 X-Archives-Hash: dc9f457bf0a3d8cf3d02c51375979667 commit: f15dcd789e2b2e0a8a113dd9de4355ba7423d64f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 20 04:40:10 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 20 04:40:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15dcd78 media-libs/openimageio: require newer imath/openexr Just in case, to avoid those installed in older paths. Bug: https://bugs.gentoo.org/833194 Signed-off-by: Sam James <sam <AT> gentoo.org> ...{openimageio-2.3.12.0-r2.ebuild => openimageio-2.3.12.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/openimageio/openimageio-2.3.12.0-r2.ebuild b/media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild similarity index 98% rename from media-libs/openimageio/openimageio-2.3.12.0-r2.ebuild rename to media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild index bd66deec7c82..b8f9f244482a 100644 --- a/media-libs/openimageio/openimageio-2.3.12.0-r2.ebuild +++ b/media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild @@ -55,9 +55,9 @@ RDEPEND=" >=media-libs/libheif-1.7.0:= media-libs/libpng:0= >=media-libs/libwebp-0.2.1:= - dev-libs/imath:= + >=dev-libs/imath-3.1.2-r4:= >=media-libs/opencolorio-2.1.1-r4:= - media-libs/openexr:= + >=media-libs/openexr-3:0= media-libs/tiff:0= sys-libs/zlib:= virtual/jpeg:0