diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-21 13:51:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-21 13:51:01 +0000 |
commit | 96349d742ba5ec930d70c534adb4e1666657599f (patch) | |
tree | a15e3dd94946b1c6ddc7c6508644b41a7d5feae2 /sys-process | |
parent | Stable for HPPA (bug #299710). (diff) | |
download | gentoo-2-96349d742ba5ec930d70c534adb4e1666657599f.tar.gz gentoo-2-96349d742ba5ec930d70c534adb4e1666657599f.tar.bz2 gentoo-2-96349d742ba5ec930d70c534adb4e1666657599f.zip |
stable x86, bug 301443
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.82.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index 35038b735e5a..1b515f7c9e63 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.67 2010/01/20 02:21:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.68 2010/01/21 13:51:01 fauli Exp $ + + 21 Jan 2010; Christian Faulhammer <fauli@gentoo.org> lsof-4.82.ebuild: + stable x86, bug 301443 20 Jan 2010; Brent Baude <ranger@gentoo.org> lsof-4.82.ebuild: stable ppc64, bug 301443 diff --git a/sys-process/lsof/lsof-4.82.ebuild b/sys-process/lsof/lsof-4.82.ebuild index fc04422b9266..ee7d7b76c921 100644 --- a/sys-process/lsof/lsof-4.82.ebuild +++ b/sys-process/lsof/lsof-4.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.82.ebuild,v 1.5 2010/01/20 02:21:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.82.ebuild,v 1.6 2010/01/21 13:51:01 fauli Exp $ inherit flag-o-matic 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 )" |