Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sinfo/
Date: Thu, 01 Mar 2018 03:20:17
Message-Id: 1519874372.14aa18c76244df14b60b150db0c0b5c6fff2c26b.nerdboy@gentoo
1 commit: 14aa18c76244df14b60b150db0c0b5c6fff2c26b
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 03:19:32 2018 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 03:19:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aa18c7
7
8 net-analyzer/sinfo: keyword for ~arm, fix ncurses slot and date
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-analyzer/sinfo/sinfo-0.0.48.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-analyzer/sinfo/sinfo-0.0.48.ebuild b/net-analyzer/sinfo/sinfo-0.0.48.ebuild
16 index ef6d765d62a..1ced2d8e3ea 100644
17 --- a/net-analyzer/sinfo/sinfo-0.0.48.ebuild
18 +++ b/net-analyzer/sinfo/sinfo-0.0.48.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,13 +10,13 @@ SRC_URI="${HOMEPAGE}download/${P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~x86"
31 IUSE="ipv6 static-libs"
32
33 RDEPEND="
34 !sys-cluster/slurm
35 dev-libs/boost
36 - sys-libs/ncurses
37 + sys-libs/ncurses:=
38 "
39 DEPEND="
40 ${RDEPEND}