From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1B8715808E for ; Mon, 25 Apr 2022 08:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 111B1E08F2; Mon, 25 Apr 2022 08:26:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8D54E08F2 for ; Mon, 25 Apr 2022 08:26:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97C52341710 for ; Mon, 25 Apr 2022 08:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E648B318 for ; Mon, 25 Apr 2022 08:26:18 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1650875013.50438a6f33efb9e4629766ced962b63f5a74989d.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/nvtop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/nvtop/nvtop-2.0.1-r1.ebuild sys-process/nvtop/nvtop-2.0.1.ebuild X-VCS-Directories: sys-process/nvtop/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 50438a6f33efb9e4629766ced962b63f5a74989d X-VCS-Branch: dev Date: Mon, 25 Apr 2022 08:26:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cacf4f58-f93f-47ce-a563-bd6355bd35db X-Archives-Hash: 66ca0a73a9792bc6caf8c9542e292b93 commit: 50438a6f33efb9e4629766ced962b63f5a74989d Author: Huang Rui gmail com> AuthorDate: Mon Apr 25 08:23:33 2022 +0000 Commit: Rui Huang gmail 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 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)