diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-13 17:32:00 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-13 17:32:00 +0000 |
commit | 38ddb09918a9144f3b88b604cfb619c734c45046 (patch) | |
tree | af8226ae869ee54be0dd28d151c6b821fa8a8c90 /net-analyzer/p0f/p0f-2.0.8.ebuild | |
parent | amd64 stable (diff) | |
download | gentoo-2-38ddb09918a9144f3b88b604cfb619c734c45046.tar.gz gentoo-2-38ddb09918a9144f3b88b604cfb619c734c45046.tar.bz2 gentoo-2-38ddb09918a9144f3b88b604cfb619c734c45046.zip |
amd64 stable
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer/p0f/p0f-2.0.8.ebuild')
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/p0f/p0f-2.0.8.ebuild b/net-analyzer/p0f/p0f-2.0.8.ebuild index 353e850bdf9e..02b78d776199 100644 --- a/net-analyzer/p0f/p0f-2.0.8.ebuild +++ b/net-analyzer/p0f/p0f-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.8.ebuild,v 1.5 2007/05/01 22:22:51 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.8.ebuild,v 1.6 2007/05/13 17:32:00 beandog Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://lcamtuf.coredump.cx/p0f/${P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos sparc x86" +KEYWORDS="amd64 ~ppc ~ppc-macos sparc x86" IUSE="static" DEPEND="net-libs/libpcap" |