diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-13 15:19:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-13 15:19:00 +0000 |
commit | 727b7306b3eb2de055c0ea8d89fcf633952b2e0e (patch) | |
tree | d12efa691ebfc118ac80c4e00f3c67c12ff7097e /sys-process | |
parent | Stable for amd64, wrt bug #523140 (diff) | |
download | gentoo-2-727b7306b3eb2de055c0ea8d89fcf633952b2e0e.tar.gz gentoo-2-727b7306b3eb2de055c0ea8d89fcf633952b2e0e.tar.bz2 gentoo-2-727b7306b3eb2de055c0ea8d89fcf633952b2e0e.zip |
Stable for amd64, wrt bug #529126
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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 c8f96420a33c..35f04f13eea6 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.99 2014/11/13 09:59:46 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.100 2014/11/13 15:19:00 ago Exp $ + + 13 Nov 2014; Agostino Sarubbo <ago@gentoo.org> lsof-4.87-r1.ebuild: + Stable for amd64, wrt bug #529126 *lsof-4.88 (13 Nov 2014) diff --git a/sys-process/lsof/lsof-4.87-r1.ebuild b/sys-process/lsof/lsof-4.87-r1.ebuild index ea2502641beb..a61664f5b28f 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.3 2014/01/20 06:40:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild,v 1.4 2014/11/13 15:19:00 ago 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 ) |