diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-11-14 23:24:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-11-14 23:24:30 +0000 |
commit | 7678e4a91b633063b1ff3de2edf4cf2079665eb0 (patch) | |
tree | d50b9711b3f67c0d6979ffbeef38dc178b10a103 /sys-process | |
parent | Stable for HPPA (bug #523140). (diff) | |
download | gentoo-2-7678e4a91b633063b1ff3de2edf4cf2079665eb0.tar.gz gentoo-2-7678e4a91b633063b1ff3de2edf4cf2079665eb0.tar.bz2 gentoo-2-7678e4a91b633063b1ff3de2edf4cf2079665eb0.zip |
Stable for HPPA (bug #529126).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.87-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index bcfc5dd90b33..1aab494ef9ea 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.101 2014/11/14 21:26:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.102 2014/11/14 23:24:30 jer Exp $ + + 14 Nov 2014; Jeroen Roovers <jer@gentoo.org> lsof-4.87-r1.ebuild: + Stable for HPPA (bug #529126). 14 Nov 2014; Markus Meier <maekke@gentoo.org> lsof-4.87-r1.ebuild: arm stable, bug #529126 diff --git a/sys-process/lsof/lsof-4.87-r1.ebuild b/sys-process/lsof/lsof-4.87-r1.ebuild index 30a043a6d978..e240a42852a9 100644 --- a/sys-process/lsof/lsof-4.87-r1.ebuild +++ b/sys-process/lsof/lsof-4.87-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild,v 1.5 2014/11/14 21:26:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild,v 1.6 2014/11/14 23:24:30 jer Exp $ EAPI="4" @@ -15,7 +15,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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples ipv6 rpc selinux static" RDEPEND="rpc? ( net-libs/libtirpc ) |