Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/nmon/
Date: Sun, 05 Dec 2021 05:01:11
Message-Id: 1638680439.6cda10dddee52021615d8b0334fda1f7afa5759d.sam@gentoo
1 commit: 6cda10dddee52021615d8b0334fda1f7afa5759d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 05:00:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 05:00:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cda10dd
7
8 sys-process/nmon: Stabilize 16m amd64, #828313
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-process/nmon/nmon-16m.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-process/nmon/nmon-16m.ebuild b/sys-process/nmon/nmon-16m.ebuild
16 index f7d72671c324..a534b4293282 100644
17 --- a/sys-process/nmon/nmon-16m.ebuild
18 +++ b/sys-process/nmon/nmon-16m.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ LICENSE="GPL-3"
26 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.c"
27
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
31
32 RDEPEND="sys-libs/ncurses:0="
33 DEPEND="${RDEPEND}"