diff options
author | 2005-04-19 14:24:19 +0000 | |
---|---|---|
committer | 2005-04-19 14:24:19 +0000 | |
commit | bb1de1e1b2369527a357a3d2290be1eb4a1e6dea (patch) | |
tree | 7107d3f32ed085a0423188f95bcfb3e7a66d58df /net-analyzer/p0f/p0f-2.0.5.ebuild | |
parent | version bump, with many bug fixes, including FHS'ness. Thanks very very much... (diff) | |
download | historical-bb1de1e1b2369527a357a3d2290be1eb4a1e6dea.tar.gz historical-bb1de1e1b2369527a357a3d2290be1eb4a1e6dea.tar.bz2 historical-bb1de1e1b2369527a357a3d2290be1eb4a1e6dea.zip |
Stable on x86.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/p0f/p0f-2.0.5.ebuild')
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/p0f/p0f-2.0.5.ebuild b/net-analyzer/p0f/p0f-2.0.5.ebuild index e74db3285f0b..5d6d5034dc9e 100644 --- a/net-analyzer/p0f/p0f-2.0.5.ebuild +++ b/net-analyzer/p0f/p0f-2.0.5.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/net-analyzer/p0f/p0f-2.0.5.ebuild,v 1.1 2005/03/11 10:46:08 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.5.ebuild,v 1.2 2005/04/19 14:24:19 ka0ttic Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://lcamtuf.coredump.cx/p0f/${P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc-macos" +KEYWORDS="x86 ~amd64 ~sparc ~ppc-macos" IUSE="static" DEPEND="virtual/libpcap" |