diff options
author | 2005-04-19 14:24:19 +0000 | |
---|---|---|
committer | 2005-04-19 14:24:19 +0000 | |
commit | 806604147c80dc852714eb73a54b8a516410211f (patch) | |
tree | 87eb42e5f91ec7dca551b94dbae3e17a4e9de94a /net-analyzer/p0f/p0f-2.0.5.ebuild | |
parent | version bump, with many bug fixes, including FHS'ness. Thanks very very much... (diff) | |
download | gentoo-2-806604147c80dc852714eb73a54b8a516410211f.tar.gz gentoo-2-806604147c80dc852714eb73a54b8a516410211f.tar.bz2 gentoo-2-806604147c80dc852714eb73a54b8a516410211f.zip |
Stable on x86.
(Portage version: 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" |