diff options
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index 8d1cb546b7b9..827f0be5e5dc 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iptstate # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.20 2007/03/20 14:27:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.21 2007/03/22 14:28:13 gustavoz Exp $ + + 22 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> iptstate-2.1.ebuild: + Stable on sparc 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> iptstate-2.1.ebuild: x86 stable diff --git a/net-analyzer/iptstate/iptstate-2.1.ebuild b/net-analyzer/iptstate/iptstate-2.1.ebuild index a8c14809d30e..69d6b303388d 100644 --- a/net-analyzer/iptstate/iptstate-2.1.ebuild +++ b/net-analyzer/iptstate/iptstate-2.1.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/iptstate/iptstate-2.1.ebuild,v 1.2 2007/03/20 14:27:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.1.ebuild,v 1.3 2007/03/22 14:28:13 gustavoz 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() { |