diff options
author | Ross Charles Campbell <rossbridger.cc@gmail.com> | 2020-09-25 08:51:36 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-07 17:55:00 +0000 |
commit | 97ea895594d880e5f31fb1d53b0f9dbab198915d (patch) | |
tree | 4f8586f3400e66991121090c93ef3f501ce9417d /media-libs/openexr | |
parent | x11-apps/xdm: remove consolekit option completly (diff) | |
download | gentoo-97ea895594d880e5f31fb1d53b0f9dbab198915d.tar.gz gentoo-97ea895594d880e5f31fb1d53b0f9dbab198915d.tar.bz2 gentoo-97ea895594d880e5f31fb1d53b0f9dbab198915d.zip |
media-libs/openexr: fix building on multilib
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/openexr')
-rw-r--r-- | media-libs/openexr/openexr-2.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/openexr/openexr-2.5.2.ebuild b/media-libs/openexr/openexr-2.5.2.ebuild index 8741703f3082..63da2483c2cb 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}" |