commit: 97419811235c5e0b48a9fe9a0da72562d27e1c66 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Mon Nov 10 15:04:07 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 17:15:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97419811
sci-libs/opencascade: metadata.xml insert missing whitespace Closes: https://bugs.gentoo.org/963404 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44585 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-libs/opencascade/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/opencascade/metadata.xml b/sci-libs/opencascade/metadata.xml index 8755a7520b0d..b0f936908204 100644 --- a/sci-libs/opencascade/metadata.xml +++ b/sci-libs/opencascade/metadata.xml @@ -15,7 +15,7 @@ <flag name="inspector">Build Inspector tool</flag> <flag name="jemalloc">Enable jemalloc allocator support via <pkg>dev-libs/jemalloc</pkg></flag> <flag name="json">Enable JSON support through <pkg>dev-libs/rapidjson</pkg></flag> - <flag name="optimize">Don't clear allocated memory. Use optimized memory manager unlesstbb USE flag is set.</flag> + <flag name="optimize">Don't clear allocated memory. Use optimized memory manager unless USE="tbb" is set</flag> <flag name="tbb">Enable multithreading with the Intel Threads Building Block <pkg>dev-cpp/tbb</pkg></flag> <flag name="testprograms">Indicates whether non-regression OCCT test scripts should be installed</flag> <flag name="vtk">Enable Visualization Toolkit support via <pkg>sci-libs/vtk</pkg></flag>
