diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-08-24 06:44:59 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-08-24 06:44:59 +0000 |
commit | 7f0819c8bef9bec70db6176688292f1d5469c424 (patch) | |
tree | bfcbe6377d082566788f88c4ffd4debf3d8dfc53 /sys-process/lsof/lsof-4.77.ebuild | |
parent | Bump, fixes gcc4 compile. (diff) | |
download | gentoo-2-7f0819c8bef9bec70db6176688292f1d5469c424.tar.gz gentoo-2-7f0819c8bef9bec70db6176688292f1d5469c424.tar.bz2 gentoo-2-7f0819c8bef9bec70db6176688292f1d5469c424.zip |
Stable on ppc64; bug #144925
(Portage version: 2.1-r2)
Diffstat (limited to 'sys-process/lsof/lsof-4.77.ebuild')
-rw-r--r-- | sys-process/lsof/lsof-4.77.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/lsof/lsof-4.77.ebuild b/sys-process/lsof/lsof-4.77.ebuild index 778ed402039a..d65887569678 100644 --- a/sys-process/lsof/lsof-4.77.ebuild +++ b/sys-process/lsof/lsof-4.77.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.77.ebuild,v 1.5 2006/08/24 05:16:23 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.77.ebuild,v 1.6 2006/08/24 06:44:59 corsair 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="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="" |