mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
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@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake-utils
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
|
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
|
||||||
HOMEPAGE="https://github.com/Syllo/nvtop"
|
HOMEPAGE="https://github.com/Syllo/nvtop"
|
||||||
@@ -49,5 +49,5 @@ src_configure() {
|
|||||||
${CMAKE_CONF}
|
${CMAKE_CONF}
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake-utils
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
|
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
|
||||||
HOMEPAGE="https://github.com/Syllo/nvtop"
|
HOMEPAGE="https://github.com/Syllo/nvtop"
|
||||||
@@ -48,5 +48,5 @@ src_configure() {
|
|||||||
${CMAKE_CONF}
|
${CMAKE_CONF}
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user