diff options
author | 2018-10-23 20:47:30 +0200 | |
---|---|---|
committer | 2018-10-23 20:47:30 +0200 | |
commit | e3c0c3a3548dcdda73e148464e2941af2f95577c (patch) | |
tree | 8ebdfc5f6a95ffbc93b453c397f86826d3ecc1fb /sys-process | |
parent | dev-php/ming-php: arm stable, bug #667074 (diff) | |
download | gentoo-e3c0c3a3548dcdda73e148464e2941af2f95577c.tar.gz gentoo-e3c0c3a3548dcdda73e148464e2941af2f95577c.tar.bz2 gentoo-e3c0c3a3548dcdda73e148464e2941af2f95577c.zip |
sys-process/lsof: arm stable, bug #667232
Signed-off-by: Markus Meier <maekke@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/lsof-4.91.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/lsof/lsof-4.91.ebuild b/sys-process/lsof/lsof-4.91.ebuild index 123467289fd4..ff937fc558c5 100644 --- a/sys-process/lsof/lsof-4.91.ebuild +++ b/sys-process/lsof/lsof-4.91.ebuild @@ -14,7 +14,7 @@ SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2 LICENSE="lsof" SLOT="0" -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" +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" IUSE="examples ipv6 rpc selinux static" RDEPEND="rpc? ( net-libs/libtirpc ) |