Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/
Date: Wed, 25 May 2016 06:29:33
Message-Id: 1464157702.f23d893737442a2c19eab0bf23bce548ebeb5de1.mattst88@gentoo
1 commit: f23d893737442a2c19eab0bf23bce548ebeb5de1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 05:07:02 2016 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 06:28:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23d8937
7
8 sys-process/procps: alpha stable, bug 583978.
9
10 sys-process/procps/procps-3.3.11-r3.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-process/procps/procps-3.3.11-r3.ebuild b/sys-process/procps/procps-3.3.11-r3.ebuild
14 index b542764..af077a8 100644
15 --- a/sys-process/procps/procps-3.3.11-r3.ebuild
16 +++ b/sys-process/procps/procps-3.3.11-r3.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 @@ -17,7 +17,7 @@ https://gitlab.com/procps-ng/procps/commit/b2f49b105d23c833d733bf7dfb99cb98e4cae
24
25 LICENSE="GPL-2"
26 SLOT="0/5" # libprocps.so
27 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
28 +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
29 IUSE="+kill +ncurses modern-top nls selinux static-libs systemd test unicode"
30
31 RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] )