diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-14 12:12:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-14 12:12:08 +0000 |
commit | 79d99c1e0d8b751cc8485da0b9935929e6fe5783 (patch) | |
tree | a8320275c3774b2b1ab7a1b527fe137119307428 /sys-process/lsof/lsof-4.76.ebuild | |
parent | quote $D and $FILESDIR (diff) | |
download | historical-79d99c1e0d8b751cc8485da0b9935929e6fe5783.tar.gz historical-79d99c1e0d8b751cc8485da0b9935929e6fe5783.tar.bz2 historical-79d99c1e0d8b751cc8485da0b9935929e6fe5783.zip |
Stable on ppc64; bug #133233
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'sys-process/lsof/lsof-4.76.ebuild')
-rw-r--r-- | sys-process/lsof/lsof-4.76.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/lsof/lsof-4.76.ebuild b/sys-process/lsof/lsof-4.76.ebuild index b638d54f73ce..944182951300 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.5 2006/05/13 23:12:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.76.ebuild,v 1.6 2006/05/14 12:12:08 corsair 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="" |