From 5512d8a9cdfb2e7565697afafd620c213ccf7631 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 2 May 2026 06:01:13 +0100 Subject: [PATCH] media-gfx/openvdb: fix DoubleEmptyLine Signed-off-by: Sam James --- media-gfx/openvdb/openvdb-11.0.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild b/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild index fd6458c83c89..e39416b30db1 100644 --- a/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild +++ b/media-gfx/openvdb/openvdb-11.0.0-r1.ebuild @@ -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