diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-04 07:56:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-04 07:56:53 +0000 |
commit | 0832ab9b8c4e3d5024145dee115fa44e0df4e560 (patch) | |
tree | c40bb950a3f65285a1eea50026151fa6b1b45b4a /sys-process/lsof | |
parent | Bug #330373: fix locale problems. (diff) | |
download | gentoo-2-0832ab9b8c4e3d5024145dee115fa44e0df4e560.tar.gz gentoo-2-0832ab9b8c4e3d5024145dee115fa44e0df4e560.tar.bz2 gentoo-2-0832ab9b8c4e3d5024145dee115fa44e0df4e560.zip |
Stable on amd64 wrt bug #331143
(Portage version: 2.2_rc67/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.83.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index e138b04dc394..b5414459b2e0 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.72 2010/08/04 02:21:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.73 2010/08/04 07:56:53 hwoarang Exp $ + + 04 Aug 2010; Markos Chandras <hwoarang@gentoo.org> lsof-4.83.ebuild: + Stable on amd64 wrt bug #331143 *lsof-4.84 (04 Aug 2010) diff --git a/sys-process/lsof/lsof-4.83.ebuild b/sys-process/lsof/lsof-4.83.ebuild index 1c6aa73bd246..3a515ebdeacf 100644 --- a/sys-process/lsof/lsof-4.83.ebuild +++ b/sys-process/lsof/lsof-4.83.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.83.ebuild,v 1.1 2010/01/18 21:52:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.83.ebuild,v 1.2 2010/08/04 07:56:53 hwoarang 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 )" |