diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-05 23:23:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-05 23:23:02 +0000 |
commit | fe4183880991e16f668e58253c10b589119a313c (patch) | |
tree | 27a554cadd8947813fb3ad69ae2945a7f792d04b /sys-apps/lsof/lsof-4.71.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-fe4183880991e16f668e58253c10b589119a313c.tar.gz historical-fe4183880991e16f668e58253c10b589119a313c.tar.bz2 historical-fe4183880991e16f668e58253c10b589119a313c.zip |
stabilize
Diffstat (limited to 'sys-apps/lsof/lsof-4.71.ebuild')
-rw-r--r-- | sys-apps/lsof/lsof-4.71.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/lsof/lsof-4.71.ebuild b/sys-apps/lsof/lsof-4.71.ebuild index 5201ccd3b879..70b7ba7e7cd5 100644 --- a/sys-apps/lsof/lsof-4.71.ebuild +++ b/sys-apps/lsof/lsof-4.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.71.ebuild,v 1.8 2004/09/03 21:03:24 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.71.ebuild,v 1.9 2004/11/05 23:23:02 vapier Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~mips ~alpha arm hppa ~amd64 ~ia64 s390 ppc64" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sparc x86" IUSE="static" DEPEND="virtual/libc" |