diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 06:41:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 06:41:17 +0000 |
commit | 331ec42fa7b6fac1240b4f94734ca34eaca8f6e1 (patch) | |
tree | 0e52778b7a5ae780f713e5f71da32b4e7b122b0f /net-analyzer/p0f/p0f-2.0.3.ebuild | |
parent | Made error output about kernel configuration much more informative (Manifest ... (diff) | |
download | gentoo-2-331ec42fa7b6fac1240b4f94734ca34eaca8f6e1.tar.gz gentoo-2-331ec42fa7b6fac1240b4f94734ca34eaca8f6e1.tar.bz2 gentoo-2-331ec42fa7b6fac1240b4f94734ca34eaca8f6e1.zip |
removed macos
Diffstat (limited to 'net-analyzer/p0f/p0f-2.0.3.ebuild')
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/p0f/p0f-2.0.3.ebuild b/net-analyzer/p0f/p0f-2.0.3.ebuild index f6b68b481904..bfc59fb05e24 100644 --- a/net-analyzer/p0f/p0f-2.0.3.ebuild +++ b/net-analyzer/p0f/p0f-2.0.3.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/net-analyzer/p0f/p0f-2.0.3.ebuild,v 1.9 2004/10/15 10:01:30 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.3.ebuild,v 1.10 2004/10/23 06:41:17 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://lcamtuf.coredump.cx/p0f/${P}.tgz" HOMEPAGE="http://lcamtuf.coredump.cx/p0f.shtml" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~amd64 sparc macos ppc-macos" +KEYWORDS="x86 ~amd64 sparc ppc-macos" IUSE="" S=${WORKDIR}/${PN} |