diff options
author | 2009-03-17 10:22:21 +0000 | |
---|---|---|
committer | 2009-03-17 10:22:21 +0000 | |
commit | 015f37850a843daa102fe674b9caa5c0f675e083 (patch) | |
tree | ff99821754ca2345f93620e8247e061b427f5f65 /sys-process | |
parent | m68k stable wrt #258367, thanks to kolla for testing (diff) | |
download | gentoo-2-015f37850a843daa102fe674b9caa5c0f675e083.tar.gz gentoo-2-015f37850a843daa102fe674b9caa5c0f675e083.tar.bz2 gentoo-2-015f37850a843daa102fe674b9caa5c0f675e083.zip |
m68k stable wrt #258195, thanks to kolla for testing
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.81-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index e9279f5f8702..ae873591de8c 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.60 2009/02/14 15:00:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.61 2009/03/17 10:22:21 armin76 Exp $ + + 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> lsof-4.81-r2.ebuild: + m68k stable wrt #258195, thanks to kolla for testing 14 Feb 2009; Raúl Porcel <armin76@gentoo.org> lsof-4.81-r2.ebuild: arm/ia64/s390/sh/sparc stable wrt #258195 diff --git a/sys-process/lsof/lsof-4.81-r2.ebuild b/sys-process/lsof/lsof-4.81-r2.ebuild index 4d80d62a8674..b79d4cc74e48 100644 --- a/sys-process/lsof/lsof-4.81-r2.ebuild +++ b/sys-process/lsof/lsof-4.81-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.81-r2.ebuild,v 1.8 2009/02/14 15:00:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.81-r2.ebuild,v 1.9 2009/03/17 10:22:21 armin76 Exp $ inherit eutils flag-o-matic fixheadtails toolchain-funcs @@ -13,7 +13,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="static selinux" DEPEND="selinux? ( sys-libs/libselinux )" |