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 1DBB1158088 for ; Sun, 5 Dec 2021 05:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 552322BC0B2; Sun, 5 Dec 2021 05:01:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34C852BC0B1 for ; Sun, 5 Dec 2021 05:01:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4364C342C91 for ; Sun, 5 Dec 2021 05:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92B5A1FE for ; Sun, 5 Dec 2021 05:01:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638680439.6cda10dddee52021615d8b0334fda1f7afa5759d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/nmon/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/nmon/nmon-16m.ebuild X-VCS-Directories: sys-process/nmon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6cda10dddee52021615d8b0334fda1f7afa5759d X-VCS-Branch: master Date: Sun, 5 Dec 2021 05:01:02 +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: f3aafbb4-26e2-4934-9140-c87393af31a2 X-Archives-Hash: 19bba622178a64c62860c5ce1bfcad40 commit: 6cda10dddee52021615d8b0334fda1f7afa5759d Author: Sam James gentoo org> AuthorDate: Sun Dec 5 05:00:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 5 05:00:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cda10dd sys-process/nmon: Stabilize 16m amd64, #828313 Signed-off-by: Sam James gentoo.org> sys-process/nmon/nmon-16m.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/nmon/nmon-16m.ebuild b/sys-process/nmon/nmon-16m.ebuild index f7d72671c324..a534b4293282 100644 --- a/sys-process/nmon/nmon-16m.ebuild +++ b/sys-process/nmon/nmon-16m.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-3" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.c" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND}"