media-gfx/openvdb: fix DoubleEmptyLine

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-02 06:01:13 +01:00
parent bdc7c7a0e7
commit 5512d8a9cd
+1 -3
View File
@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -339,7 +339,6 @@ my_src_configure() {
einfo "Building with CUDAARCHS=${CUDAARCHS}"
fi
if [[ ! -v CUDAHOSTCXX ]]; then
local -x CUDAHOSTCXX
CUDAHOSTCXX="$(cuda_get_host_compiler)"
@@ -349,7 +348,6 @@ my_src_configure() {
CUDAHOSTLD="$(tc-getCXX)"
fi
if tc-is-gcc; then
# Filter out IMPLICIT_LINK_DIRECTORIES picked up by CMAKE_DETERMINE_COMPILER_ABI(CUDA)
# See /usr/share/cmake/Help/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst