From 2efa1be159eea3a47e0a6b89c9189bc030c30fcf Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 30 Jan 2021 15:44:51 +0100 Subject: dev-libs/optix: cmake-utils --> cmake Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-libs/optix/optix-6.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/optix/optix-6.0.0.ebuild b/dev-libs/optix/optix-6.0.0.ebuild index 7f2f1c3f1..d0cb4c078 100644 --- a/dev-libs/optix/optix-6.0.0.ebuild +++ b/dev-libs/optix/optix-6.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils cuda +inherit cmake cuda DESCRIPTION="NVIDIA Ray Tracing Engine" HOMEPAGE="https://developer.nvidia.com/optix" @@ -35,7 +35,7 @@ src_unpack() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare rm -rf SDK-precompiled-samples export PATH=$(cuda_gccdir):${PATH} } -- cgit v1.2.3-65-gdbad