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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78A82139360 for ; Tue, 3 Aug 2021 08:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D001FE09D8; Tue, 3 Aug 2021 08:55:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B58E3E09D8 for ; Tue, 3 Aug 2021 08:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C79CA3432A3 for ; Tue, 3 Aug 2021 08:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 800D17A7 for ; Tue, 3 Aug 2021 08:55:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627980900.18bac58718b117abcca567b4b0c18b901214e9d5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/nvtop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/nvtop/nvtop-1.2.2.ebuild sys-process/nvtop/nvtop-9999.ebuild X-VCS-Directories: sys-process/nvtop/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 18bac58718b117abcca567b4b0c18b901214e9d5 X-VCS-Branch: master Date: Tue, 3 Aug 2021 08:55:09 +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: 35c81a9f-ce61-40f6-81f5-e852ea7f09e7 X-Archives-Hash: 5ca2942c3a065625c66c2c15f4be6fcf Message-ID: <20210803085509.vcLheBUohltBFFvqioNFWk5_W1S71UxTqRgLvjTD44I@z> commit: 18bac58718b117abcca567b4b0c18b901214e9d5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Aug 3 08:55:00 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Aug 3 08:55:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18bac587 sys-process/nvtop: add MissingUseDepDefault Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-process/nvtop/nvtop-1.2.2.ebuild | 2 +- sys-process/nvtop/nvtop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/nvtop/nvtop-1.2.2.ebuild b/sys-process/nvtop/nvtop-1.2.2.ebuild index 0fb35d006..72caa501a 100644 --- a/sys-process/nvtop/nvtop-1.2.2.ebuild +++ b/sys-process/nvtop/nvtop-1.2.2.ebuild @@ -30,7 +30,7 @@ SLOT="0" IUSE="debug unicode" RDEPEND=" - sys-libs/ncurses:0=[unicode?] + sys-libs/ncurses:0=[unicode(-)?] x11-drivers/nvidia-drivers " diff --git a/sys-process/nvtop/nvtop-9999.ebuild b/sys-process/nvtop/nvtop-9999.ebuild index 0fb35d006..72caa501a 100644 --- a/sys-process/nvtop/nvtop-9999.ebuild +++ b/sys-process/nvtop/nvtop-9999.ebuild @@ -30,7 +30,7 @@ SLOT="0" IUSE="debug unicode" RDEPEND=" - sys-libs/ncurses:0=[unicode?] + sys-libs/ncurses:0=[unicode(-)?] x11-drivers/nvidia-drivers "