media-libs/openimageio: add missing toolchain-funcs eclass

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/40807
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-02-28 08:27:46 +01:00 committed by Conrad Kostecki
parent ef808b1235
commit 91c03d4a49
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB

View File

@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{11..13} )
TEST_OIIO_IMAGE_COMMIT="7e6d875542b5bc1b2974b7cbecee115365a36527"
TEST_OEXR_IMAGE_COMMIT="d45a2d5a890d6963b94479c7a644440068c37dd2"
inherit cmake flag-o-matic python-single-r1 virtualx
inherit cmake flag-o-matic python-single-r1 toolchain-funcs virtualx
DESCRIPTION="A library for reading and writing images"
HOMEPAGE="https://sites.google.com/site/openimageio/ https://github.com/OpenImageIO"