commit: 147fbf6bcc8a3972080db01d7a7837d4b34546d7 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Sun Jun 14 11:02:18 2020 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Sun Jun 14 11:02:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=147fbf6b
sys-process/nvtop: use cmake eclass replace cmake-utils make-utils eclass will be deprecated soon Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> sys-process/nvtop/nvtop-1.0.0.ebuild | 4 ++-- sys-process/nvtop/nvtop-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-process/nvtop/nvtop-1.0.0.ebuild b/sys-process/nvtop/nvtop-1.0.0.ebuild index 5a831a1..cf47220 100644 --- a/sys-process/nvtop/nvtop-1.0.0.ebuild +++ b/sys-process/nvtop/nvtop-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="NVIDIA GPUs htop like monitoring tool" HOMEPAGE="https://github.com/Syllo/nvtop" @@ -49,5 +49,5 @@ src_configure() { ${CMAKE_CONF} ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/sys-process/nvtop/nvtop-9999.ebuild b/sys-process/nvtop/nvtop-9999.ebuild index 42b38e8..02eab10 100644 --- a/sys-process/nvtop/nvtop-9999.ebuild +++ b/sys-process/nvtop/nvtop-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="NVIDIA GPUs htop like monitoring tool" HOMEPAGE="https://github.com/Syllo/nvtop" @@ -48,5 +48,5 @@ src_configure() { ${CMAKE_CONF} ) - cmake-utils_src_configure + cmake_src_configure }