diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-04 22:20:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-04 22:20:38 +0000 |
commit | 2aac8640cc145cee67ef1f405e77ef98066cc523 (patch) | |
tree | 49cba64295a9a7cc6b10150d2258c341624d2bd6 /sys-process | |
parent | marked ~ppc (diff) | |
download | gentoo-2-2aac8640cc145cee67ef1f405e77ef98066cc523.tar.gz gentoo-2-2aac8640cc145cee67ef1f405e77ef98066cc523.tar.bz2 gentoo-2-2aac8640cc145cee67ef1f405e77ef98066cc523.zip |
amd64/arm/s390/x86 stable for #101344
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/lsof-4.75.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/lsof/lsof-4.75.ebuild b/sys-process/lsof/lsof-4.75.ebuild index 5ef5b8776bf7..c3ab75d39843 100644 --- a/sys-process/lsof/lsof-4.75.ebuild +++ b/sys-process/lsof/lsof-4.75.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.75.ebuild,v 1.1 2005/06/11 00:52:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.75.ebuild,v 1.2 2005/08/04 22:20:38 vapier 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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc x86" IUSE="static" DEPEND="" |