commit:     2efa1be159eea3a47e0a6b89c9189bc030c30fcf
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 14:44:51 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 14:44:51 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2efa1be1

dev-libs/optix: cmake-utils --> cmake

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-libs/optix/optix-6.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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}
 }

Reply via email to