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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A50D51382C5 for ; Sun, 23 May 2021 15:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0B4E086F; Sun, 23 May 2021 15:00:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1798E086F for ; Sun, 23 May 2021 15:00:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90804340A3B for ; Sun, 23 May 2021 15:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C41F753 for ; Sun, 23 May 2021 15:00:22 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1621781997.1cf4bcac0493e5e6fa95db7e4f0b964f743fc3bc.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-3.4.1.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1cf4bcac0493e5e6fa95db7e4f0b964f743fc3bc X-VCS-Branch: master Date: Sun, 23 May 2021 15:00:22 +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: c4ca0b66-e3b2-4efb-9ff5-29853fcce8f5 X-Archives-Hash: adaad79f790fb25ecb7c1ce7fb2e672d commit: 1cf4bcac0493e5e6fa95db7e4f0b964f743fc3bc Author: Marek Szuba gentoo org> AuthorDate: Sun May 23 13:00:33 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun May 23 14:59:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf4bcac media-gfx/darktable-3.4.1: require <=media-libs/openexr-3 for USE=openexr Already fixed upstream so the next release will no longer need this restriction. Closes: https://bugs.gentoo.org/791445 Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-3.4.1.ebuild b/media-gfx/darktable/darktable-3.4.1.ebuild index 3506e0d8882..d3f39613559 100644 --- a/media-gfx/darktable/darktable-3.4.1.ebuild +++ b/media-gfx/darktable/darktable-3.4.1.ebuild @@ -73,7 +73,7 @@ COMMON_DEPEND=" jpeg2k? ( media-libs/openjpeg:2= ) lua? ( ${LUA_DEPS} ) opencl? ( virtual/opencl ) - openexr? ( media-libs/openexr:0= ) + openexr? (