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 4F45D158086 for ; Sat, 16 Oct 2021 23:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88ABE0839; Sat, 16 Oct 2021 23:15:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93A4CE0839 for ; Sat, 16 Oct 2021 23:15:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4DCB343190 for ; Sat, 16 Oct 2021 23:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68626155 for ; Sat, 16 Oct 2021 23:15:33 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1634426121.6028b8a361b3c20214745f8d0194f9a0d9c482f1.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/luminance-hdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild X-VCS-Directories: media-gfx/luminance-hdr/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6028b8a361b3c20214745f8d0194f9a0d9c482f1 X-VCS-Branch: master Date: Sat, 16 Oct 2021 23:15:33 +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: 81f83256-356d-4a04-8c22-116d64a41a37 X-Archives-Hash: 9d8905ae1296992b936fe951668fa8c3 commit: 6028b8a361b3c20214745f8d0194f9a0d9c482f1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 16 21:53:25 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 16 23:15:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6028b8a3 media-gfx/luminance-hdr: depend on openexr:0 Closes: https://bugs.gentoo.org/816948 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild index 6ad066bc422..0a3b97a457c 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ RDEPEND=" media-libs/lcms:2 media-libs/libpng:0= media-libs/libraw:= - media-libs/openexr:= + media-libs/openexr:0= media-libs/tiff:0 sci-libs/fftw:3.0=[threads] sci-libs/gsl:=