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 2B73515808B for ; Sat, 19 Feb 2022 19:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7582E07DB; Sat, 19 Feb 2022 19:47:16 +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 C29E3E07D9 for ; Sat, 19 Feb 2022 19:47:16 +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 9094B343906 for ; Sat, 19 Feb 2022 19:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4303D0 for ; Sat, 19 Feb 2022 19:47:02 +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: <1645299933.3dc98dd103af777e0efabd85460e1c33bc776436.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/Field3D/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/Field3D/Field3D-1.7.2-r2.ebuild media-libs/Field3D/Field3D-1.7.2-r3.ebuild X-VCS-Directories: media-libs/Field3D/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3dc98dd103af777e0efabd85460e1c33bc776436 X-VCS-Branch: master Date: Sat, 19 Feb 2022 19:47:02 +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: b323d42b-d811-4cf8-b586-bf81903e09c7 X-Archives-Hash: 818cb76517d4aa960d9de701056981a8 commit: 3dc98dd103af777e0efabd85460e1c33bc776436 Author: Sam James gentoo org> AuthorDate: Sat Feb 19 19:45:07 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 19 19:45:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc98dd1 media-libs/Field3D: simplify OpenEXR 3 dependency Signed-off-by: Sam James gentoo.org> media-libs/Field3D/{Field3D-1.7.2-r2.ebuild => Field3D-1.7.2-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/Field3D/Field3D-1.7.2-r2.ebuild b/media-libs/Field3D/Field3D-1.7.2-r3.ebuild similarity index 97% rename from media-libs/Field3D/Field3D-1.7.2-r2.ebuild rename to media-libs/Field3D/Field3D-1.7.2-r3.ebuild index 49aa4741aa33..0655a8a48654 100644 --- a/media-libs/Field3D/Field3D-1.7.2-r2.ebuild +++ b/media-libs/Field3D/Field3D-1.7.2-r3.ebuild @@ -17,7 +17,7 @@ IUSE="mpi" RDEPEND=" >=dev-libs/boost-1.62:= >=dev-libs/imath-3.1.4-r2:= - >=media-libs/openexr-3:= + >=media-libs/openexr-3:0= sci-libs/hdf5:= mpi? ( virtual/mpi ) "