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 | |
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')
-rw-r--r-- | net-analyzer/p0f/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.8-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/p0f/ChangeLog b/net-analyzer/p0f/ChangeLog index 7c6c7317fcce..731c408647c4 100644 --- a/net-analyzer/p0f/ChangeLog +++ b/net-analyzer/p0f/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/p0f # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.41 2008/01/20 15:21:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.42 2008/02/06 20:56:23 grobian Exp $ + + 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> p0f-2.0.8-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix 20 Jan 2008; Raúl Porcel <armin76@gentoo.org> -files/p0f.initd2, -p0f-2.0.8.ebuild: 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" |