diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-02 09:20:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-02 09:20:41 +0000 |
commit | 3f3e44076df187b84312527ac3dcbad03681def0 (patch) | |
tree | bf9d3af2496f77a044c9eb2ccd08143f09e74c97 | |
parent | Stable for alpha, wrt bug #517720 (diff) | |
download | gentoo-2-3f3e44076df187b84312527ac3dcbad03681def0.tar.gz gentoo-2-3f3e44076df187b84312527ac3dcbad03681def0.tar.bz2 gentoo-2-3f3e44076df187b84312527ac3dcbad03681def0.zip |
Stable for alpha, wrt bug #529126
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
-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 5db6679464e3..f18b426e1b0f 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.105 2014/12/01 09:29:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.106 2014/12/02 09:20:41 ago Exp $ + + 02 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lsof-4.87-r1.ebuild: + Stable for alpha, wrt bug #529126 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lsof-4.87-r1.ebuild: Stable for sparc, wrt bug #529126 diff --git a/sys-process/lsof/lsof-4.87-r1.ebuild b/sys-process/lsof/lsof-4.87-r1.ebuild index 467f78d9e415..f9d1d0795a63 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.9 2014/12/01 09:29:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild,v 1.10 2014/12/02 09:20:41 ago Exp $ EAPI="4" @@ -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 ~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 ) |