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 597C0139349 for ; Wed, 21 Jul 2021 21:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D01E0B06; Wed, 21 Jul 2021 21:57:58 +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 70746E0B04 for ; Wed, 21 Jul 2021 21:57:58 +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 A0ED9342AEC for ; Wed, 21 Jul 2021 21:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 132B7827 for ; Wed, 21 Jul 2021 21:57:55 +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: <1626904658.465ea9ec2489aa271ea438af622d06f4ff11a167.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kimageformats/kimageformats-5.84.0-r1.ebuild kde-frameworks/kimageformats/kimageformats-5.84.0.ebuild X-VCS-Directories: kde-frameworks/kimageformats/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 465ea9ec2489aa271ea438af622d06f4ff11a167 X-VCS-Branch: master Date: Wed, 21 Jul 2021 21:57:55 +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: f6b7ad9c-2115-417a-856a-ce54fcd01bd6 X-Archives-Hash: 285590003273f78acd1ee0577e4d49dd commit: 465ea9ec2489aa271ea438af622d06f4ff11a167 Author: Bernd Waibel posteo net> AuthorDate: Wed Jul 21 20:03:58 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 21 21:57:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465ea9ec kde-frameworks/kimageformats: add support for openexr-3 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel posteo.net> Signed-off-by: Marek Szuba gentoo.org> ...eformats-5.84.0.ebuild => kimageformats-5.84.0-r1.ebuild} | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kimageformats/kimageformats-5.84.0.ebuild b/kde-frameworks/kimageformats/kimageformats-5.84.0-r1.ebuild similarity index 87% rename from kde-frameworks/kimageformats/kimageformats-5.84.0.ebuild rename to kde-frameworks/kimageformats/kimageformats-5.84.0-r1.ebuild index 1e0b558caa8..d289229e7c2 100644 --- a/kde-frameworks/kimageformats/kimageformats-5.84.0.ebuild +++ b/kde-frameworks/kimageformats/kimageformats-5.84.0-r1.ebuild @@ -21,8 +21,16 @@ DEPEND=" eps? ( >=dev-qt/qtprintsupport-${QTMIN}:5 ) heif? ( >=media-libs/libheif-1.10.0:= ) openexr? ( - media-libs/ilmbase:= - media-libs/openexr:= + || ( + ( + media-libs/ilmbase:0 +