diff options
author | 2008-02-06 20:56:23 +0000 | |
---|---|---|
committer | 2008-02-06 20:56:23 +0000 | |
commit | bd33da6ec7ac3e6e7fb30b797b76ed952351e2c5 (patch) | |
tree | a5d5aa2a8e38bd4ae62ae0081dba7708c342251c /net-analyzer/p0f/p0f-2.0.8-r1.ebuild | |
parent | stable on ppc wrt bug #209140 (diff) | |
download | gentoo-2-bd33da6ec7ac3e6e7fb30b797b76ed952351e2c5.tar.gz gentoo-2-bd33da6ec7ac3e6e7fb30b797b76ed952351e2c5.tar.bz2 gentoo-2-bd33da6ec7ac3e6e7fb30b797b76ed952351e2c5.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/p0f/p0f-2.0.8-r1.ebuild')
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/p0f/p0f-2.0.8-r1.ebuild b/net-analyzer/p0f/p0f-2.0.8-r1.ebuild index 113ec927c516..a2cb2020c70a 100644 --- a/net-analyzer/p0f/p0f-2.0.8-r1.ebuild +++ b/net-analyzer/p0f/p0f-2.0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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-r1.ebuild,v 1.6 2007/12/01 11:50:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.8-r1.ebuild,v 1.7 2008/02/06 20:56:23 grobian 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 sparc x86" IUSE="static" DEPEND="net-libs/libpcap" |