summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl-gentoo@posteo.net>2021-10-30 13:39:46 +0200
committerSam James <sam@gentoo.org>2021-10-31 02:22:14 +0000
commita0269435cbd4abb653db80470b2094e2ca560c8a (patch)
tree1b1cb31afbdb62b0ecf2e9830225100a7a62640f /media-gfx/alembic/alembic-1.8.3.ebuild
parentmedia-gfx/openvdb: add note about possible future NanoVDB (diff)
downloadgentoo-a0269435cbd4abb653db80470b2094e2ca560c8a.tar.gz
gentoo-a0269435cbd4abb653db80470b2094e2ca560c8a.tar.bz2
gentoo-a0269435cbd4abb653db80470b2094e2ca560c8a.zip
media-gfx/alembic: build against ilmbase and openexr:0
Closes: https://bugs.gentoo.org/820746 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/22762 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/alembic/alembic-1.8.3.ebuild')
-rw-r--r--media-gfx/alembic/alembic-1.8.3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/alembic/alembic-1.8.3.ebuild b/media-gfx/alembic/alembic-1.8.3.ebuild
index c46c467c35e5..5cf7be6360aa 100644
--- a/media-gfx/alembic/alembic-1.8.3.ebuild
+++ b/media-gfx/alembic/alembic-1.8.3.ebuild
@@ -35,7 +35,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/${PN}-1.8.0-0001-set-correct-libdir.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.8.0-0001-set-correct-libdir.patch
+ "${FILESDIR}"/${P}-0001-find-py-ilmbase-in-config-mode.patch
+)
DOCS=( ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt )