diff options
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index c37a6d96c62a..4fcda44793c1 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iptstate -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.15 2005/07/19 13:24:54 dholm Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.16 2006/03/01 22:20:44 vanquirius Exp $ + + 01 Mar 2006; Marcelo Goes <vanquirius@gentoo.org> iptstate-1.4.ebuild: + Mark 1.4 x86 stable. 19 Jul 2005; David Holm <dholm@gentoo.org> iptstate-1.4.ebuild: Added to ~ppc. diff --git a/net-analyzer/iptstate/iptstate-1.4.ebuild b/net-analyzer/iptstate/iptstate-1.4.ebuild index 101f616a6a7f..35c729ef2df1 100644 --- a/net-analyzer/iptstate/iptstate-1.4.ebuild +++ b/net-analyzer/iptstate/iptstate-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.4.ebuild,v 1.4 2005/11/29 03:19:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.4.ebuild,v 1.5 2006/03/01 22:20:44 vanquirius Exp $ DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" SRC_URI="http://www.phildev.net/iptstate/${P}.tar.bz2" @@ -10,7 +10,7 @@ DEPEND="sys-libs/ncurses" SLOT="0" LICENSE="as-is" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86" IUSE="" src_compile() { |