diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-05-14 17:51:53 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-05-14 17:51:53 +0000 |
commit | c1d07e5f218c37a0dd278a02f881ad9f87c9a93d (patch) | |
tree | ee360b4ab101ba988c23dfb07e3f0f04374bb87e /sys-process/lsof | |
parent | ppc stable, bug #132146 (diff) | |
download | gentoo-2-c1d07e5f218c37a0dd278a02f881ad9f87c9a93d.tar.gz gentoo-2-c1d07e5f218c37a0dd278a02f881ad9f87c9a93d.tar.bz2 gentoo-2-c1d07e5f218c37a0dd278a02f881ad9f87c9a93d.zip |
ppc stable, bug #133233
(Portage version: 2.1_rc1-r1)
Diffstat (limited to 'sys-process/lsof')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.76.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index d0757a77dd20..1b6ac7866587 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.19 2006/05/14 12:12:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.20 2006/05/14 17:51:53 dertobi123 Exp $ + + 14 May 2006; Tobias Scherbaum <dertobi123@gentoo.org> lsof-4.76.ebuild: + ppc stable, bug #133233 14 May 2006; Markus Rothe <corsair@gentoo.org> lsof-4.76.ebuild: Stable on ppc64; bug #133233 diff --git a/sys-process/lsof/lsof-4.76.ebuild b/sys-process/lsof/lsof-4.76.ebuild index 944182951300..1e8a9b6e09ce 100644 --- a/sys-process/lsof/lsof-4.76.ebuild +++ b/sys-process/lsof/lsof-4.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.76.ebuild,v 1.6 2006/05/14 12:12:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.76.ebuild,v 1.7 2006/05/14 17:51:53 dertobi123 Exp $ inherit eutils flag-o-matic fixheadtails toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="static" DEPEND="" |