Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
Date: Tue, 08 Sep 2020 01:58:26
Message-Id: 1599530260.ba7e712932fa661e99716ba5d706e160eef04c31.sam@gentoo
1 commit: ba7e712932fa661e99716ba5d706e160eef04c31
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 8 01:57:40 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 01:57:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7e7129
7
8 net-analyzer/nload: Stabilize 0.7.4-r1 arm, #740896
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/nload/nload-0.7.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/nload/nload-0.7.4-r1.ebuild b/net-analyzer/nload/nload-0.7.4-r1.ebuild
16 index 70abf3184dd..4d3e7ab4100 100644
17 --- a/net-analyzer/nload/nload-0.7.4-r1.ebuild
18 +++ b/net-analyzer/nload/nload-0.7.4-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
26
27 LICENSE="GPL-2+"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
30 +KEYWORDS="~amd64 arm ~mips ~ppc ~x86"
31
32 RDEPEND=">=sys-libs/ncurses-5.2:0="
33 DEPEND="${RDEPEND}"