From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1BE3158095 for ; Sat, 9 Jul 2022 05:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88298E08A8; Sat, 9 Jul 2022 05:57:59 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 69757E08A8 for ; Sat, 9 Jul 2022 05:57:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6304340E43 for ; Sat, 9 Jul 2022 05:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5223534 for ; Sat, 9 Jul 2022 05:57:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657346265.74e27b0e8a0d700113972cb9fe13df730ba090ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/osl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/osl/osl-1.11.17.0-r4.ebuild X-VCS-Directories: media-libs/osl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74e27b0e8a0d700113972cb9fe13df730ba090ac X-VCS-Branch: master Date: Sat, 9 Jul 2022 05:57:55 +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: e1dcbead-ae1e-4259-84c0-ad7d4a35ff12 X-Archives-Hash: c3052bbb7be5fe179b5daf34d814a81b commit: 74e27b0e8a0d700113972cb9fe13df730ba090ac Author: Sam James gentoo org> AuthorDate: Sat Jul 9 05:45:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 9 05:57:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e27b0e media-libs/osl: needs older libfmt Signed-off-by: Sam James gentoo.org> media-libs/osl/osl-1.11.17.0-r4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/osl/osl-1.11.17.0-r4.ebuild b/media-libs/osl/osl-1.11.17.0-r4.ebuild index 0a1926fb5a2d..49498f248837 100644 --- a/media-libs/osl/osl-1.11.17.0-r4.ebuild +++ b/media-libs/osl/osl-1.11.17.0-r4.ebuild @@ -31,7 +31,10 @@ CPU_FEATURES=( ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_} ) IUSE="doc partio qt5 test ${CPU_FEATURES[@]%:*} python" +# libfmt dep can actually be removed once it builds w/ 9.0.0, it uses +# headers via openimageio, but it's code in osl which breaks RDEPEND=" + =media-libs/openexr-3:0=