From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8BF61582EF for ; Sat, 01 Mar 2025 23:28:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A55EA3431B0 for ; Sat, 01 Mar 2025 23:28:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CF90C1103C8; Sat, 01 Mar 2025 23:28:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CB7121103C8 for ; Sat, 01 Mar 2025 23:28:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86305343158 for ; Sat, 01 Mar 2025 23:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2A22803 for ; Sat, 01 Mar 2025 23:28:02 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1740871672.91c03d4a49759b08dd35d062ed5d2d597f7189c5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openimageio/openimageio-2.5.18.0.ebuild X-VCS-Directories: media-libs/openimageio/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 91c03d4a49759b08dd35d062ed5d2d597f7189c5 X-VCS-Branch: master Date: Sat, 01 Mar 2025 23:28:02 +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: 2011d7aa-a8cf-42a5-bb32-5815622347e1 X-Archives-Hash: c20f9ea573e9281227870ce359019132 commit: 91c03d4a49759b08dd35d062ed5d2d597f7189c5 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Feb 28 07:27:46 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 1 23:27:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c03d4a media-libs/openimageio: add missing toolchain-funcs eclass Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/40807 Signed-off-by: Conrad Kostecki gentoo.org> media-libs/openimageio/openimageio-2.5.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/openimageio/openimageio-2.5.18.0.ebuild b/media-libs/openimageio/openimageio-2.5.18.0.ebuild index a036d8cbe26c..d8c259f1bc7f 100644 --- a/media-libs/openimageio/openimageio-2.5.18.0.ebuild +++ b/media-libs/openimageio/openimageio-2.5.18.0.ebuild @@ -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"