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 A3130138359 for ; Wed, 7 Oct 2020 17:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F42E0885; Wed, 7 Oct 2020 17:55:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BB0AAE0885 for ; Wed, 7 Oct 2020 17:55:14 +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 71C94335DBA for ; Wed, 7 Oct 2020 17:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3523332 for ; Wed, 7 Oct 2020 17:55:10 +0000 (UTC) From: "Sam James" 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" Message-ID: <1602093300.97ea895594d880e5f31fb1d53b0f9dbab198915d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openexr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openexr/openexr-2.5.2.ebuild X-VCS-Directories: media-libs/openexr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97ea895594d880e5f31fb1d53b0f9dbab198915d X-VCS-Branch: master Date: Wed, 7 Oct 2020 17:55:10 +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: 6cd200a9-6eb8-461c-a165-884fba0ec75d X-Archives-Hash: 1564a9edf88f5a18448ef1f6683ff300 commit: 97ea895594d880e5f31fb1d53b0f9dbab198915d Author: Ross Charles Campbell gmail com> AuthorDate: Fri Sep 25 00:51:36 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 7 17:55:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ea8955 media-libs/openexr: fix building on multilib Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/openexr/openexr-2.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/openexr/openexr-2.5.2.ebuild b/media-libs/openexr/openexr-2.5.2.ebuild index 8741703f308..63da2483c2c 100644 --- a/media-libs/openexr/openexr-2.5.2.ebuild +++ b/media-libs/openexr/openexr-2.5.2.ebuild @@ -17,7 +17,7 @@ IUSE="cpu_flags_x86_avx doc examples static-libs utils test" RESTRICT="!test? ( test )" RDEPEND=" - media-libs/ilmbase:= + media-libs/ilmbase:=[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}"