From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1369364-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 4677F15808C
	for <garchives@archives.gentoo.org>; 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 0A72DE07DF;
	Sat, 19 Feb 2022 19:47:17 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EA6BAE07DF
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Feb 2022 19:47:16 +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 B5BAB34390B
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Feb 2022 19:47:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC732E7
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Feb 2022 19:47:14 +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: <1645299957.63d3a1ddaccd8cff51d507c6ebd3b8e5ba5a1ae1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeimage/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/freeimage/freeimage-3.18.0-r5.ebuild media-libs/freeimage/freeimage-3.18.0-r6.ebuild
X-VCS-Directories: media-libs/freeimage/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 63d3a1ddaccd8cff51d507c6ebd3b8e5ba5a1ae1
X-VCS-Branch: master
Date: Sat, 19 Feb 2022 19:47:14 +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: 766fd2ef-c34e-40ac-98a1-03cb7d818794
X-Archives-Hash: 14fbbdb50f4b2e9ff332a5cc775a3e93

commit:     63d3a1ddaccd8cff51d507c6ebd3b8e5ba5a1ae1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 19:45:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 19:45:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d3a1dd

media-libs/freeimage: simplify OpenEXR 3 dependency

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{freeimage-3.18.0-r5.ebuild => freeimage-3.18.0-r6.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freeimage/freeimage-3.18.0-r5.ebuild b/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
similarity index 99%
rename from media-libs/freeimage/freeimage-3.18.0-r5.ebuild
rename to media-libs/freeimage/freeimage-3.18.0-r6.ebuild
index c13a691d0db8..bca21a612902 100644
--- a/media-libs/freeimage/freeimage-3.18.0-r5.ebuild
+++ b/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 	raw? ( media-libs/libraw:= )
 	tiff? (
 		>=dev-libs/imath-3.1.4-r2:=
-		>=media-libs/openexr-3:=
+		>=media-libs/openexr-3:0=
 		media-libs/tiff:0
 	)
 	webp? ( media-libs/libwebp:= )"