Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/lsof/
Date: Fri, 05 Jul 2019 21:16:57
Message-Id: 1562361165.26e2fe179df8b9b9d7f24630bba5b2f06c4554bf.dilfridge@gentoo
1 commit: 26e2fe179df8b9b9d7f24630bba5b2f06c4554bf
2 Author: Marcus Comstedt <marcus <AT> mc <DOT> pp <DOT> se>
3 AuthorDate: Thu Jul 4 14:41:38 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 21:12:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e2fe17
7
8 sys-process/lsof: keyworded 4.93.2 for riscv, bug #689256
9
10 Closes: https://bugs.gentoo.org/689256
11 Signed-off-by: Marcus Comstedt <marcus <AT> mc.pp.se>
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-process/lsof/lsof-4.93.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-process/lsof/lsof-4.93.2.ebuild b/sys-process/lsof/lsof-4.93.2.ebuild
18 index 3fcd45c5b21..3fa368976b1 100644
19 --- a/sys-process/lsof/lsof-4.93.2.ebuild
20 +++ b/sys-process/lsof/lsof-4.93.2.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/lsof-org/lsof/archive/${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="lsof"
24 SLOT="0"
25 -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"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
27 IUSE="examples ipv6 rpc selinux"
28
29 RDEPEND="rpc? ( net-libs/libtirpc )