diff options
author | 2012-04-24 12:42:09 +0000 | |
---|---|---|
committer | 2012-04-24 12:42:09 +0000 | |
commit | 947bbbb447d118e9336c4a1ea75b9353be36020e (patch) | |
tree | 648a6f591547369390c8e516a82d4e4686daf53c /sys-process/lsof | |
parent | Stable for amd64, wrt bug #413145 (diff) | |
download | gentoo-2-947bbbb447d118e9336c4a1ea75b9353be36020e.tar.gz gentoo-2-947bbbb447d118e9336c4a1ea75b9353be36020e.tar.bz2 gentoo-2-947bbbb447d118e9336c4a1ea75b9353be36020e.zip |
Stable for amd64, wrt bug #413273
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/lsof')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.85-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index a1a4ef4a4351..619d2a390d5c 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.85 2012/04/24 06:24:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.86 2012/04/24 12:42:09 ago Exp $ + + 24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> lsof-4.85-r2.ebuild: + Stable for amd64, wrt bug #413273 24 Apr 2012; Jeff Horelick <jdhore@gentoo.org> lsof-4.85-r2.ebuild: marked x86 per bug 413273 diff --git a/sys-process/lsof/lsof-4.85-r2.ebuild b/sys-process/lsof/lsof-4.85-r2.ebuild index 8f8749c7ccff..39393ff54b54 100644 --- a/sys-process/lsof/lsof-4.85-r2.ebuild +++ b/sys-process/lsof/lsof-4.85-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.4 2012/04/24 06:24:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.5 2012/04/24 12:42:09 ago Exp $ EAPI="2" @@ -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 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="examples ipv6 rpc selinux static" RDEPEND="rpc? ( net-libs/libtirpc ) |