commit: 50438a6f33efb9e4629766ced962b63f5a74989d Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Mon Apr 25 08:23:33 2022 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Mon Apr 25 08:23:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50438a6f
sys-process/nvtop: fix QA issue Removed NVML_INCLUDE_DIRS were not used by the project Closes: https://bugs.gentoo.org/840722 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> sys-process/nvtop/{nvtop-2.0.1.ebuild => nvtop-2.0.1-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-process/nvtop/nvtop-2.0.1.ebuild b/sys-process/nvtop/nvtop-2.0.1-r1.ebuild similarity index 97% rename from sys-process/nvtop/nvtop-2.0.1.ebuild rename to sys-process/nvtop/nvtop-2.0.1-r1.ebuild index d967c1b84..a4383e95d 100644 --- a/sys-process/nvtop/nvtop-2.0.1.ebuild +++ b/sys-process/nvtop/nvtop-2.0.1-r1.ebuild @@ -44,7 +44,6 @@ BDEPEND=" src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" - -DNVML_INCLUDE_DIRS="${S}/include" -DCURSES_NEED_WIDE=$(usex unicode) -DNVIDIA_SUPPORT=$(usex video_cards_nvidia) -DAMDGPU_SUPPORT=$(usex video_cards_amdgpu)
