diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-06-16 21:04:58 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-06-16 21:04:58 +0000 |
commit | 5aa5b5ac72b2a0908ab8857ea9bb3ec202f7a2db (patch) | |
tree | a57bfb446f5a946d472bd4ebf931009a47d74be1 /net-firewall | |
parent | Stable on alpha, bug #274191 (diff) | |
download | gentoo-2-5aa5b5ac72b2a0908ab8857ea9bb3ec202f7a2db.tar.gz gentoo-2-5aa5b5ac72b2a0908ab8857ea9bb3ec202f7a2db.tar.bz2 gentoo-2-5aa5b5ac72b2a0908ab8857ea9bb3ec202f7a2db.zip |
Stable on alpha, bug #274403
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 0a7d9f327954..9a8464af334d 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.196 2009/04/06 18:47:54 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.197 2009/06/16 21:04:58 klausman Exp $ + + 16 Jun 2009; Tobias Klausmann <klausman@gentoo.org> + iptables-1.4.3.2.ebuild: + Stable on alpha, bug #274403 *iptables-1.4.3.2 (06 Apr 2009) diff --git a/net-firewall/iptables/iptables-1.4.3.2.ebuild b/net-firewall/iptables/iptables-1.4.3.2.ebuild index 9e43bd524913..74043ef79ecb 100644 --- a/net-firewall/iptables/iptables-1.4.3.2.ebuild +++ b/net-firewall/iptables/iptables-1.4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.3.2.ebuild,v 1.1 2009/04/06 18:47:54 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.3.2.ebuild,v 1.2 2009/06/16 21:04:58 klausman Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="virtual/os-headers" |