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/lsof/
Date: Sat, 06 Oct 2018 16:48:56
Message-Id: 1538844448.be10a14e3e0320a34e2205f155594a311926f8e0.mattst88@gentoo
1 commit: be10a14e3e0320a34e2205f155594a311926f8e0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 16:13:35 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 16:47:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be10a14e
7
8 sys-process/lsof-4.91: ppc64 stable, bug 667232
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-process/lsof/lsof-4.91.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/lsof/lsof-4.91.ebuild b/sys-process/lsof/lsof-4.91.ebuild
16 index 6423de88eef..71f4abcc696 100644
17 --- a/sys-process/lsof/lsof-4.91.ebuild
18 +++ b/sys-process/lsof/lsof-4.91.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2
20
21 LICENSE="lsof"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
25 IUSE="examples ipv6 rpc selinux static"
26
27 RDEPEND="rpc? ( net-libs/libtirpc )