From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1369381-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 339CB15808B
	for <garchives@archives.gentoo.org>; Sat, 19 Feb 2022 23:48:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1B15FE07D4;
	Sat, 19 Feb 2022 23:48:04 +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 EC624E07D4
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Feb 2022 23:48:03 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B45443434F9
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Feb 2022 23:48:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DFB01F1
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Feb 2022 23:48:01 +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: <1645314456.e162de72d7c304757c5997e0ee97036c87edbee3.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-r6.ebuild
X-VCS-Directories: media-libs/freeimage/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e162de72d7c304757c5997e0ee97036c87edbee3
X-VCS-Branch: master
Date: Sat, 19 Feb 2022 23:48:01 +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: af1d9df2-ca2b-4511-befe-dd77eeae2bbf
X-Archives-Hash: aedc763a19cb8864dd0a9e4eec369ce4

commit:     e162de72d7c304757c5997e0ee97036c87edbee3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 23:46:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 23:47:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e162de72

media-libs/freeimage: restore dropped libraw patch

Bug: https://bugs.gentoo.org/833158
Reported-by: Robin Couto <dbtx+gn2 <AT> ozono.us>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/freeimage/freeimage-3.18.0-r6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/freeimage/freeimage-3.18.0-r6.ebuild b/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
index bca21a612902..ecb5222045b5 100644
--- a/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
+++ b/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
@@ -54,6 +54,7 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-3.18.0-libjpeg9.patch
 	"${FILESDIR}"/${PN}-3.18.0-CVE-2019-12211-CVE-2019-12213.patch
 	"${FILESDIR}"/${PN}-3.18.0-openexr-3-imath.patch
+	"${FILESDIR}"/${PN}-3.18.0-libraw-0.20.0.patch
 )
 
 src_prepare() {