Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Sun, 31 Oct 2021 08:38:56
Message-Id: 1635669455.6171893076594b6ede9599d6fd19903dd49c794f.sam@gentoo
1 commit: 6171893076594b6ede9599d6fd19903dd49c794f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 08:37:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 08:37:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61718930
7
8 media-gfx/openvdb: drop unused option
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/openvdb/openvdb-9.0.0.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild
16 index 64c112a260e..544a8c4710a 100644
17 --- a/media-gfx/openvdb/openvdb-9.0.0.ebuild
18 +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild
19 @@ -94,7 +94,6 @@ src_configure() {
20 # TODO: add NanoVDB?
21 # https://academysoftwarefoundation.github.io/openvdb/NanoVDB_HowToBuild.html
22 local mycmakeargs=(
23 - -DCHOST="${CHOST}"
24 -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}/"
25 -DOPENVDB_ABI_VERSION_NUMBER="${version}"
26 -DOPENVDB_BUILD_DOCS=$(usex doc)