media-gfx/openvdb: depend on newer imath/openexr

- Needs imath which is installing to normal locations
- Depend on >=openexr-3 explicitly to ease dependency resolution (why not?)

Closes: https://bugs.gentoo.org/833485
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-02-16 19:24:39 +00:00
parent 70c0ad68b2
commit 3ad8014bb7
2 changed files with 4 additions and 4 deletions

View File

@@ -44,8 +44,8 @@ RDEPEND="
')
)
utils? (
dev-libs/imath:=
media-libs/openexr:=
>=dev-libs/imath-3.1.4-r2:=
>=media-libs/openexr-3:=
)
zlib? ( sys-libs/zlib )
"

View File

@@ -27,10 +27,10 @@ RDEPEND="
dev-libs/boost:=
dev-libs/jemalloc:=
dev-libs/log4cplus:=
dev-libs/imath:=
>=dev-libs/imath-3.1.4-r2:=
media-libs/glfw
media-libs/glu
media-libs/openexr:=
>=media-libs/openexr-3:=
sys-libs/zlib:=
x11-libs/libXcursor
x11-libs/libXi