From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1335181-garchives=archives.gentoo.org@lists.gentoo.org> 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 A7A4D158086 for <garchives@archives.gentoo.org>; Sun, 31 Oct 2021 08:40:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D41E0AFF; Sun, 31 Oct 2021 08:40:05 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBF55E0AFF for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 08:40:04 +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 81D7A340DD2 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 08:40:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BBF6D0 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 08:40:01 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1635669588.42f31d298729f4d6de3bb4b35066eb3eaf611d06.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openvdb/openvdb-9.0.0.ebuild X-VCS-Directories: media-gfx/openvdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42f31d298729f4d6de3bb4b35066eb3eaf611d06 X-VCS-Branch: master Date: Sun, 31 Oct 2021 08:40:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1358ebf6-b711-4724-b3dc-0e2a636074fc X-Archives-Hash: a193747305cb6e143d67c4f67a4f6f45 commit: 42f31d298729f4d6de3bb4b35066eb3eaf611d06 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 31 08:39:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 31 08:39:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f31d29 media-gfx/openvdb: add comment to sed Bug: https://bugs.gentoo.org/820929 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/openvdb/openvdb-9.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild index 544a8c4710a..d627581ff6c 100644 --- a/media-gfx/openvdb/openvdb-9.0.0.ebuild +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild @@ -72,6 +72,8 @@ pkg_setup() { } src_prepare() { + # Make sure we find our renamed Imath headers + # bug #820929 sed -i -e 's:#include <Imath/half.h>:#include <Imath-3/half.h>:' openvdb/openvdb/Types.h || die cmake_src_prepare